mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-17 13:10:28 +01:00
fixed api shutdown and more hls progress
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user