diff --git a/webroot/index.shs b/webroot/index.shs index 0d1be18..6507e74 100755 --- a/webroot/index.shs +++ b/webroot/index.shs @@ -4,7 +4,11 @@ source ${cfg[namespace]}/templates/header.shs declare -A strings -strings[favourites]="No favorite videos found,
you can do it first! ^w^" +if [[ -s storage/faves ]]; then + strings[favourites]="" +else + strings[favourites]="No favorite videos found,
you can do it first! ^w^" +fi IFS=$'\n' for i in $(tac storage/faves); do