mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
change dlna reporting to ItemId
This commit is contained in:
parent
a8a961832a
commit
86a9df53f2
@ -272,7 +272,7 @@ namespace MediaBrowser.Dlna.PlayTo
|
||||
|
||||
return new PlaybackStartInfo
|
||||
{
|
||||
ItemId = info.Item.Id.ToString(),
|
||||
ItemId = info.ItemId,
|
||||
SessionId = _session.Id,
|
||||
PositionTicks = ticks,
|
||||
IsMuted = _device.IsMuted,
|
||||
|
Loading…
Reference in New Issue
Block a user