mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
fix theme videos
This commit is contained in:
parent
1b0b7ac6a5
commit
7760f022af
6 changed files with 28 additions and 15 deletions
|
|
@ -13,11 +13,10 @@
|
|||
public string[] DisabledFetchers { get; set; }
|
||||
|
||||
public bool ExtractDuringLibraryScan { get; set; }
|
||||
|
||||
|
||||
public ChapterOptions()
|
||||
{
|
||||
DownloadMovieChapters = true;
|
||||
ExtractDuringLibraryScan = true;
|
||||
|
||||
DisabledFetchers = new string[] { };
|
||||
FetcherOrder = new string[] { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue