mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-09 03:36:17 +00:00
Fix DLNA status reporting
This commit is contained in:
@@ -272,7 +272,7 @@ namespace MediaBrowser.Dlna.PlayTo
|
||||
|
||||
return new PlaybackStartInfo
|
||||
{
|
||||
ItemId = mediaInfo.Id,
|
||||
ItemId = info.Item.Id.ToString(),
|
||||
SessionId = _session.Id,
|
||||
PositionTicks = ticks,
|
||||
IsMuted = _device.IsMuted,
|
||||
|
||||
Reference in New Issue
Block a user