mirror of
https://github.com/Spengreb/sync.git
synced 2026-06-09 23:02:05 +00:00
Playlist items added from shows are always temp
This commit is contained in:
parent
49623df29d
commit
7f8afe23cd
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ function queueShowEntry(plmod, proxy, entry, idx) {
|
|||
pos: idx === 0 && entry.pos === 'next' ? 'next' : 'end',
|
||||
title: false,
|
||||
link: util.formatLink(entry.id, entry.type, null),
|
||||
temp: false,
|
||||
temp: true,
|
||||
shouldAddToLibrary: true,
|
||||
queueby: proxy.getName(),
|
||||
duration: undefined,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue