From fae23ddc303bbaaa613f0678efad9b9167028efa Mon Sep 17 00:00:00 2001 From: Arialz Date: Thu, 12 Dec 2024 22:24:04 +0100 Subject: [PATCH] Fix label Score for S0 --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index a75e3f4..061a38d 100644 --- a/functions.sh +++ b/functions.sh @@ -810,7 +810,7 @@ function get-season-infos () { do if [[ $season_number -eq 0 ]] then - printf " 0:\n label.remove: score\n" >> "$METADATA" + printf " 0:\n label.remove: Score\n" >> "$METADATA" else season_loop=1 anilist_ids=$(jq --arg tvdb_id "$tvdb_id" --arg season_number "$season_number" '[.[] | select( .tvdb_id == $tvdb_id ) | select( .tvdb_season == $season_number )] | sort_by(.tvdb_epoffset) | .[].anilist_id' -r "$SCRIPT_FOLDER/config/tmp/list-animes-id.json" | paste -s -d, -)