allow specification of m3u stream limit

This commit is contained in:
Luke Pulverenti
2017-11-17 16:54:33 -05:00
parent ceee0cdcca
commit 1dc8ff9e91
10 changed files with 57 additions and 24 deletions

View File

@@ -47,6 +47,7 @@ namespace MediaBrowser.Model.LiveTv
public bool EnableStreamLooping { get; set; }
public bool EnableNewHdhrChannelIds { get; set; }
public string Source { get; set; }
public int TunerCount { get; set; }
public TunerHostInfo()
{