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

@@ -63,8 +63,8 @@ namespace MediaBrowser.Controller.LiveTv
void Close();
int ConsumerCount { get; }
string OriginalStreamId { get; set; }
string TunerHostId { get; }
bool EnableStreamSharing { get; set; }
ITunerHost TunerHost { get; set; }
MediaSourceInfo OpenedMediaSource { get; set; }
string UniqueId { get; }
List<string> SharedStreamIds { get; }