diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html index a385500..377eb03 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html @@ -367,6 +367,11 @@ return; } + // ensure the series select is empty + while (selectShow.options.length > 0) { + selectShow.remove(0); + } + Dashboard.showLoadingMsg(); shows = await getJson("Intros/Shows");