mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2026-01-05 01:33:16 +00:00
Added fix for taking advantage of the daily time blocks in the xml - i.e. <saturdays> or <mondays>
This commit is contained in:
@@ -76,7 +76,7 @@ if [ "${#CHANNEL_DIR_ARR[@]}" -gt 1 ]; then
|
||||
NEXT_CHANNEL_NUM=$i
|
||||
|
||||
if [[ ${i} == *"$PREV_CHANNEL"* ]]; then
|
||||
echo "+++++ Found previous channel, decreasing by 1."
|
||||
echo "+++++ Found previous channel, incrementing by 1."
|
||||
PREV_CHANNEL_FOUND=true
|
||||
PREV_CHANNEL_DIR=${CHANNEL_DIR_ARR[i-1]}
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user