cleaned change
This commit is contained in:
parent
d14d8145d5
commit
8999871b68
|
@ -345,7 +345,7 @@ namespace Emby.Dlna.PlayTo
|
|||
playlist[0] = CreatePlaylistItem(
|
||||
items[0],
|
||||
user,
|
||||
(command.StartPositionTicks == null) ? 0 : command.StartPositionTicks.Value,
|
||||
command.StartPositionTicks ?? 0,
|
||||
command.MediaSourceId ?? string.Empty,
|
||||
command.AudioStreamIndex,
|
||||
command.SubtitleStreamIndex);
|
||||
|
|
Loading…
Reference in New Issue
Block a user