mirror of
https://github.com/jellyfin/jellyfin-plugin-anisearch.git
synced 2024-11-23 13:59:43 +00:00
Merge pull request #14 from Matt07211/anidb-timer
Set AniDB wait time default
This commit is contained in:
commit
ceabd0deef
@ -43,7 +43,7 @@ namespace MediaBrowser.Plugins.Anime.Configuration
|
||||
MaxGenres = 5;
|
||||
AddAnimeGenre = true;
|
||||
UseAnidbOrderingWithSeasons = false;
|
||||
AniDB_wait_time = 0;
|
||||
AniDB_wait_time = 2000;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -43,7 +43,7 @@
|
||||
<label for="chkAniDB_wait_time">
|
||||
AniDB sleep time to prevent IP ban (ms)
|
||||
</label>
|
||||
<input id="chkAniDB_wait_time" name="chkAniDB_wait_time" type="number" value="0"/>
|
||||
<input id="chkAniDB_wait_time" name="chkAniDB_wait_time" type="number" value="2000"/>
|
||||
</li>
|
||||
<li>
|
||||
<label for="chkAnidbSeasonOne">
|
||||
|
Loading…
Reference in New Issue
Block a user