resolve 128k limit

This commit is contained in:
Luke Pulverenti
2016-08-24 17:06:04 -04:00
parent c46e38725e
commit 0117ee67d8
5 changed files with 5 additions and 52 deletions

View File

@@ -27,8 +27,6 @@ namespace MediaBrowser.Model.Configuration
public bool DisplayMissingEpisodes { get; set; }
public bool DisplayUnairedEpisodes { get; set; }
public bool GroupMoviesIntoBoxSets { get; set; }
public string[] ExcludeFoldersFromGrouping { get; set; }
public string[] GroupedFolders { get; set; }