mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
update translations
This commit is contained in:
@@ -1275,7 +1275,7 @@ namespace MediaBrowser.Server.Implementations.Session
|
||||
NowPlayingItem = session.NowPlayingItem,
|
||||
SupportsRemoteControl = session.SupportsMediaControl,
|
||||
PlayState = session.PlayState,
|
||||
TranscodingInfo = session.TranscodingInfo
|
||||
TranscodingInfo = session.NowPlayingItem == null ? null : session.TranscodingInfo
|
||||
};
|
||||
|
||||
if (session.UserId.HasValue)
|
||||
|
||||
Reference in New Issue
Block a user