add setting to control import of missing episodes

This commit is contained in:
Luke Pulverenti
2016-11-22 13:22:01 -05:00
parent 70df357e1e
commit 3f68882fa8
35 changed files with 58 additions and 50 deletions

View File

@@ -57,6 +57,7 @@ namespace MediaBrowser.Model.Configuration
HidePlayedInLatest = true;
PlayDefaultAudioTrack = true;
DisplayMissingEpisodes = true;
LatestItemsExcludes = new string[] { };
OrderedViews = new string[] { };