jbilcke-hf HF staff commited on
Commit
85a4d5d
·
1 Parent(s): 99925cc
Files changed (1) hide show
  1. scripts/video3.sh +1 -1
scripts/video3.sh CHANGED
@@ -12,7 +12,7 @@ while true; do
12
 
13
  echo "Updating playliss for channel 3.."
14
  current_count=$new_count
15
- files=($WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2*.mp4)
16
 
17
  echo "ffconcat version 1.0" > channel_3_video_tmp.txt
18
  for (( i=0; i<${#files[@]}; i++ )); do
 
12
 
13
  echo "Updating playliss for channel 3.."
14
  current_count=$new_count
15
+ files=($WEBTV_VIDEO_STORAGE_PATH_CHANNEL_3*.mp4)
16
 
17
  echo "ffconcat version 1.0" > channel_3_video_tmp.txt
18
  for (( i=0; i<${#files[@]}; i++ )); do