Skip to content

Commit

Permalink
Fix label Score for S0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arial-Z committed Dec 12, 2024
1 parent 2a46e03 commit fae23dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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, -)
Expand Down

0 comments on commit fae23dd

Please sign in to comment.