update live streams

This commit is contained in:
Luke Pulverenti
2017-05-20 12:42:47 -04:00
parent a0755bdffb
commit 5137e3abf6
4 changed files with 10 additions and 8 deletions

View File

@@ -477,7 +477,8 @@ namespace Emby.Server.Implementations.LiveTv
if (!(service is EmbyTV.EmbyTV))
{
// We can't trust that we'll be able to direct stream it through emby server, no matter what the provider says
// We can't trust that we'll be able to direct stream it through emby server, no matter what the provider says
mediaSource.SupportsDirectPlay = false;
mediaSource.SupportsDirectStream = false;
mediaSource.SupportsTranscoding = true;
foreach (var stream in mediaSource.MediaStreams)