mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
update subtitle escaping
This commit is contained in:
@@ -161,6 +161,7 @@ namespace MediaBrowser.Server.Implementations.Session
|
||||
|
||||
if (capabilities != null)
|
||||
{
|
||||
info.AppIconUrl = capabilities.IconUrl;
|
||||
ReportCapabilities(info, capabilities, false);
|
||||
}
|
||||
}
|
||||
@@ -1476,6 +1477,7 @@ namespace MediaBrowser.Server.Implementations.Session
|
||||
NowPlayingItem = session.NowPlayingItem,
|
||||
SupportsRemoteControl = session.SupportsMediaControl,
|
||||
PlayState = session.PlayState,
|
||||
AppIconUrl = session.AppIconUrl,
|
||||
TranscodingInfo = session.NowPlayingItem == null ? null : session.TranscodingInfo
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user