Skip to content

Commit

Permalink
fix: upgrade tag/genres sources to include the new TMDB sources by de…
Browse files Browse the repository at this point in the history
…fault
  • Loading branch information
revam committed Dec 6, 2024
1 parent 70eb8e2 commit 0a7b8b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Shokofin/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ public void FixupConfiguration(PluginConfiguration config) {
? [SeriesStructureType.AniDB_Anime, SeriesStructureType.Shoko_Groups]
: [];
config.RespectPreferredImage = null;
config.TagSources |= TagFilter.TagSource.TmdbKeywords;
config.GenreSources |= TagFilter.TagSource.TmdbGenres;
changed = true;
}

Expand Down

0 comments on commit 0a7b8b5

Please sign in to comment.