From 083ba2fe194ebfc8871672ca5119fcffa5c4f49c Mon Sep 17 00:00:00 2001 From: advplyr Date: Tue, 12 Sep 2023 15:35:14 -0500 Subject: [PATCH] Fix:Podcast download queue page available on refresh #2088 --- server/Server.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/Server.js b/server/Server.js index 6b867464..d1d36d0b 100644 --- a/server/Server.js +++ b/server/Server.js @@ -184,6 +184,7 @@ class Server { '/library/:library/series/:id?', '/library/:library/podcast/search', '/library/:library/podcast/latest', + '/library/:library/podcast/download-queue', '/config/users/:id', '/config/users/:id/sessions', '/config/item-metadata-utils/:id',