mirror of
https://github.com/Spengreb/sync.git
synced 2026-06-13 08:12:06 +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',
|
pos: idx === 0 && entry.pos === 'next' ? 'next' : 'end',
|
||||||
title: false,
|
title: false,
|
||||||
link: util.formatLink(entry.id, entry.type, null),
|
link: util.formatLink(entry.id, entry.type, null),
|
||||||
temp: false,
|
temp: true,
|
||||||
shouldAddToLibrary: true,
|
shouldAddToLibrary: true,
|
||||||
queueby: proxy.getName(),
|
queueby: proxy.getName(),
|
||||||
duration: undefined,
|
duration: undefined,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue