fixed api shutdown and more hls progress

This commit is contained in:
LukePulverenti
2013-02-27 18:33:40 -05:00
parent 94b6168e27
commit 8d32971354
15 changed files with 300 additions and 1382 deletions

View File

@@ -144,7 +144,7 @@ namespace MediaBrowser.Api.Playback
/// </summary>
/// <param name="state">The state.</param>
/// <returns>System.String.</returns>
protected string GetMapArgs(StreamState state)
protected virtual string GetMapArgs(StreamState state)
{
var args = string.Empty;