mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 21:08:27 +01:00
update remote control responses
This commit is contained in:
@@ -715,7 +715,8 @@ namespace Emby.Server.Implementations.Session
|
||||
ClientName = session.Client,
|
||||
DeviceId = session.DeviceId,
|
||||
IsPaused = info.IsPaused,
|
||||
PlaySessionId = info.PlaySessionId
|
||||
PlaySessionId = info.PlaySessionId,
|
||||
IsAutomated = isAutomated
|
||||
|
||||
}, _logger);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user