support codec intros

This commit is contained in:
Luke Pulverenti
2016-02-05 00:59:09 -05:00
parent dd5f8f0794
commit 0b7d024afd
2 changed files with 139 additions and 5 deletions

View File

@@ -16,14 +16,12 @@ namespace MediaBrowser.Model.Configuration
public bool EnableIntrosFromUpcomingStreamingMovies { get; set; }
public int TrailerLimit { get; set; }
public string[] Tags { get; set; }
public CinemaModeConfiguration()
{
EnableIntrosParentalControl = true;
EnableIntrosFromSimilarMovies = true;
TrailerLimit = 2;
Tags = new[] { "thx" };
}
}
}