mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-28 04:51:54 +00:00
fix live tv over dlna
This commit is contained in:
@@ -186,6 +186,11 @@ namespace MediaBrowser.Model.Dlna
|
||||
return MediaSource.Path;
|
||||
}
|
||||
|
||||
if (string.IsNullOrWhiteSpace(PlaySessionId))
|
||||
{
|
||||
PlaySessionId = Guid.NewGuid().ToString("N");
|
||||
}
|
||||
|
||||
string dlnaCommand = BuildDlnaParam(this, accessToken);
|
||||
return GetUrl(baseUrl, dlnaCommand);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user