Skip to content

Commit

Permalink
Fix ignore seasons override
Browse files Browse the repository at this point in the history
  • Loading branch information
Arial-Z committed Mar 6, 2024
1 parent 14dd139 commit b2f99a9
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 @@ -854,7 +854,7 @@ function write-metadata () {
get-poster
if [[ $media_type == "animes" ]]
then
if [[ $IGNORE_SEASONS == "Yes" ]] || [[ $override_seasons_ignore == "Yes" ]]
if [[ $IGNORE_SEASONS == "Yes" ]] || [[ $override_seasons_ignore == "yes" ]] || [[ $override_seasons_ignore == "Yes" ]]
then
get-rating-1
get-rating-2
Expand Down

0 comments on commit b2f99a9

Please sign in to comment.