Playlist items added from shows are always temp

This commit is contained in:
Speng Reb 2026-05-31 21:53:50 +02:00
parent 49623df29d
commit 7f8afe23cd

View file

@ -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,