Compare commits

..

No commits in common. "3f79b9b48d5b70f65c90a02ffa175ac0959a2e8b" and "85263995ae3e5f8559cc0b95927c6c9e21e49161" have entirely different histories.

View file

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