File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 278278 if selectedItem.json.userdata.PlaybackPositionTicks > 0
279279 m.global.queueManager.callFunc("hold", selectedItem)
280280 playbackOptionDialog(selectedItem.json.userdata.PlaybackPositionTicks, selectedItem.json)
281- return
281+ else
282+ m.global.queueManager.callFunc("clear")
283+ m.global.queueManager.callFunc("push", selectedItem)
284+ m.global.queueManager.callFunc("playQueue")
282285 end if
286+ else
287+ m.global.queueManager.callFunc("clear")
288+ m.global.queueManager.callFunc("push", selectedItem)
289+ m.global.queueManager.callFunc("playQueue")
283290 end if
284291
285- m.global.queueManager.callFunc("clear")
286- m.global.queueManager.callFunc("push", selectedItem)
287- m.global.queueManager.callFunc("playQueue")
288-
289292 else if selectedItemType = "Series"
290293 group = CreateSeriesDetailsGroup(selectedItem.json.id)
291294 else if selectedItemType = "Season"
You can’t perform that action at this time.
0 commit comments