add infinite property

This commit is contained in:
Luke Pulverenti
2016-09-29 22:21:24 -04:00
parent 76c7bfcb67
commit fdbcccc65f
4 changed files with 22 additions and 3 deletions

View File

@@ -396,7 +396,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv.TunerHosts.HdHomerun
Id = id,
SupportsDirectPlay = false,
SupportsDirectStream = true,
SupportsTranscoding = true
SupportsTranscoding = true,
IsInfiniteStream = true
};
return mediaSource;