mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 11:14:47 +03:00
removed dead code
This commit is contained in:
@@ -39,8 +39,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
public string[] OrderedViews { get; set; }
|
||||
|
||||
public bool IncludeTrailersInSuggestions { get; set; }
|
||||
|
||||
public string[] LatestItemsExcludes { get; set; }
|
||||
public string[] PlainFolderViews { get; set; }
|
||||
|
||||
@@ -68,8 +66,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
PlainFolderViews = new string[] { };
|
||||
|
||||
IncludeTrailersInSuggestions = true;
|
||||
|
||||
GroupedFolders = new string[] { };
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user