diff --git a/Jellyfin.Plugin.Anime/Configuration/configPage.html b/Jellyfin.Plugin.Anime/Configuration/configPage.html index 0344694..652fcbe 100644 --- a/Jellyfin.Plugin.Anime/Configuration/configPage.html +++ b/Jellyfin.Plugin.Anime/Configuration/configPage.html @@ -6,47 +6,46 @@ Anime Configuration -
-
-
+
+
+
-
-
    -
  • - - -
  • -
  • -
+
+ + +
[0: unlimited]
+
+
+ + +
AniDB sleep time to prevent IP ban (ms)
+
+
+ - - -
  • -
  • +
    + - - -
  • - - -
  • -
  • - - -
  • - - - +
    +
    + +
    @@ -68,7 +67,6 @@ $('#titleLanguage', page).val(config.TitlePreference).change(); $('#chkTidyGenres', page).checked(config.TidyGenreList).checkboxradio("refresh"); $('#chkMaxGenres', page).val(config.MaxGenres).change(); - $('#chkMoveExcessGenresToTags', page).checked(config.MoveExcessGenresToTags).checkboxradio("refresh"); $('#chkAnidbSeasonOne', page).checked(config.UseAnidbOrderingWithSeasons).checkboxradio("refresh"); $('#chkAniDB_wait_time', page).val(config.AniDB_wait_time).change(); @@ -86,8 +84,6 @@ config.TitlePreference = $('#titleLanguage', page).val(); config.TidyGenreList = $('#chkTidyGenres').prop('checked'); config.MaxGenres = $('#chkMaxGenres').val(); - config.MaxGenres = $('#chkNames').val(); - config.MoveExcessGenresToTags = $('#chkMoveExcessGenresToTags').prop('checked'); config.UseAnidbOrderingWithSeasons = $('#chkAnidbSeasonOne').prop('checked'); config.AniDB_wait_time = $('chkAniDB_wait_time').val(); ApiClient.updatePluginConfiguration(AnimeConfigurationPage.pluginUniqueId, config).then(function (result) {