extract nowplayingbar into standalone widget to work with any player

This commit is contained in:
Luke Pulverenti
2014-04-11 11:36:25 -04:00
parent efef76424e
commit f5261fc4b7
10 changed files with 41 additions and 4357 deletions

View File

@@ -1590,7 +1590,7 @@ namespace MediaBrowser.Api.Playback
}
}
return SupportsAutomaticVideoStreamCopy;
return request.EnableAutoStreamCopy;
}
private bool CanStreamCopyAudio(StreamRequest request, MediaStream audioStream, List<string> supportedAudioCodecs)
@@ -1632,14 +1632,6 @@ namespace MediaBrowser.Api.Playback
return true;
}
protected virtual bool SupportsAutomaticVideoStreamCopy
{
get
{
return false;
}
}
private void ApplyDeviceProfileSettings(StreamState state)
{
var headers = new Dictionary<string, string>();