mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-27 10:11:27 +02:00
update episode filters
This commit is contained in:
parent
dc36859ae9
commit
1dcdabe5e5
1 changed files with 0 additions and 3 deletions
|
|
@ -42,8 +42,6 @@ namespace MediaBrowser.Model.Configuration
|
|||
|
||||
public bool IncludeTrailersInSuggestions { get; set; }
|
||||
|
||||
public bool EnableCinemaMode { get; set; }
|
||||
|
||||
public string[] LatestItemsExcludes { get; set; }
|
||||
public string[] PlainFolderViews { get; set; }
|
||||
|
||||
|
|
@ -64,7 +62,6 @@ namespace MediaBrowser.Model.Configuration
|
|||
PlainFolderViews = new string[] { };
|
||||
|
||||
IncludeTrailersInSuggestions = true;
|
||||
EnableCinemaMode = true;
|
||||
|
||||
GroupedFolders = new string[] { };
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue