rework nav drawer

This commit is contained in:
Luke Pulverenti
2016-03-27 23:37:33 -04:00
parent ac07c2072a
commit 68a398da3e
3 changed files with 5 additions and 28 deletions

View File

@@ -514,6 +514,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
{
// We can't trust that we'll be able to direct stream it through emby server, no matter what the provider says
mediaSource.SupportsDirectStream = true;
mediaSource.SupportsTranscoding = true;
}
}