From 7f8afe23cdfb4555c98703d9c2b8c5b116be0f77 Mon Sep 17 00:00:00 2001 From: Speng Reb Date: Sun, 31 May 2026 21:53:50 +0200 Subject: [PATCH] Playlist items added from shows are always temp --- src/shows.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shows.js b/src/shows.js index 7fa04864..81f5f0a8 100644 --- a/src/shows.js +++ b/src/shows.js @@ -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,