mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
update progress ping
This commit is contained in:
@@ -705,7 +705,9 @@ namespace MediaBrowser.Server.Implementations.Session
|
||||
MediaInfo = info.Item,
|
||||
DeviceName = session.DeviceName,
|
||||
ClientName = session.Client,
|
||||
DeviceId = session.DeviceId
|
||||
DeviceId = session.DeviceId,
|
||||
IsPaused = info.IsPaused,
|
||||
PlaySessionId = info.PlaySessionId
|
||||
|
||||
}, _logger);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user