move loopback util

This commit is contained in:
Luke Pulverenti
2017-03-10 13:33:17 -05:00
parent 8931b949f8
commit fc2a5acfca
10 changed files with 82 additions and 445 deletions

View File

@@ -27,9 +27,11 @@ namespace MediaBrowser.Model.MediaInfo
public bool EnableDirectPlay { get; set; }
public bool EnableDirectStream { get; set; }
public bool EnableTranscoding { get; set; }
public bool ForceDirectPlayRemoteMediaSource { get; set; }
public PlaybackInfoRequest()
{
ForceDirectPlayRemoteMediaSource = true;
EnableDirectPlay = true;
EnableDirectStream = true;
EnableTranscoding = true;