diff --git a/Jellyfin.Plugin.AniList/Configuration/PluginConfiguration.cs b/Jellyfin.Plugin.AniList/Configuration/PluginConfiguration.cs index 120c828..03a9c0b 100644 --- a/Jellyfin.Plugin.AniList/Configuration/PluginConfiguration.cs +++ b/Jellyfin.Plugin.AniList/Configuration/PluginConfiguration.cs @@ -36,6 +36,7 @@ public PluginConfiguration() AniDbRateLimit = 2000; AniDbReplaceGraves = true; AniListShowSpoilerTags = true; + UseAnitomyLibrary = false; } public TitlePreferenceType TitlePreference { get; set; } @@ -53,5 +54,8 @@ public PluginConfiguration() public bool AniListShowSpoilerTags { get; set; } public bool FilterPeopleByTitlePreference { get; set; } + + public bool UseAnitomyLibrary { get; set; } + } } diff --git a/Jellyfin.Plugin.AniList/Configuration/configPage.html b/Jellyfin.Plugin.AniList/Configuration/configPage.html index 081d61a..c43da6b 100644 --- a/Jellyfin.Plugin.AniList/Configuration/configPage.html +++ b/Jellyfin.Plugin.AniList/Configuration/configPage.html @@ -62,6 +62,12 @@ Display Tags that are marked as spoilers +
+ +