add custom intros path

This commit is contained in:
Luke Pulverenti
2014-09-22 20:04:50 -04:00
parent 1afb28b487
commit 99dba814f4
5 changed files with 54 additions and 18 deletions

View File

@@ -10,10 +10,10 @@ namespace MediaBrowser.Model.Configuration
public bool EnableIntrosFromMoviesInLibrary { get; set; }
public bool EnableCustomIntro { get; set; }
public bool EnableIntrosParentalControl { get; set; }
public string CustomIntroPath { get; set; }
public CinemaModeConfiguration()
{
EnableIntrosForMovies = true;
EnableCustomIntro = true;
EnableIntrosFromMoviesInLibrary = true;
EnableIntrosFromUpcomingTrailers = true;