mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-28 07:40:50 +02:00
Fixed: (AnimeBytes) Enable Use Filenames for Single Episodes by default
This commit is contained in:
parent
c957168040
commit
6a97d99876
1 changed files with 1 additions and 1 deletions
|
|
@ -695,7 +695,7 @@ public AnimeBytesSettings()
|
|||
ExcludeHentai = false;
|
||||
SearchByYear = false;
|
||||
EnableSonarrCompatibility = true;
|
||||
UseFilenameForSingleEpisodes = false;
|
||||
UseFilenameForSingleEpisodes = true;
|
||||
AddJapaneseTitle = true;
|
||||
AddRomajiTitle = true;
|
||||
AddAlternativeTitle = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue