center guide grid

This commit is contained in:
Luke Pulverenti
2014-01-18 00:55:21 -05:00
parent 0b57b33988
commit 0f7f467478
9 changed files with 29 additions and 9 deletions

View File

@@ -1002,6 +1002,11 @@ namespace MediaBrowser.Api.Playback
/// <returns>StreamState.</returns>
protected async Task<StreamState> GetState(StreamRequest request, CancellationToken cancellationToken)
{
if (request.ThrowDebugError)
{
throw new InvalidOperationException("You asked for a debug error, you got one.");
}
var url = Request.PathInfo;
if (!request.AudioCodec.HasValue)