From 85c57e8bd4d8dc3ccaba89ce966d556a3cfc7219 Mon Sep 17 00:00:00 2001 From: Dominika Liberda Date: Fri, 30 Apr 2021 10:36:20 +0000 Subject: [PATCH] * fix playlist progression --- webroot/watch.shs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/watch.shs b/webroot/watch.shs index 06f7cf4..c277115 100755 --- a/webroot/watch.shs +++ b/webroot/watch.shs @@ -162,7 +162,7 @@ if [[ "${get_data[v]}" ]]; then [[ "$next" == '' ]] && next='dQw4w9WgXcQ' - strings[playlist]+="

Playlist

" + strings[playlist]+="

Playlist

" for (( i=0; i<${#video_id[@]}; i++ )); do strings[playlist]+="
${video_title[$i]}

"