Make the ignore button label specific
This commit is contained in:
parent
aa1e0b8966
commit
5205965d0d
@ -992,6 +992,8 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
saveIgnoreListSeriesButton.textContent = "Apply to series";
|
||||||
|
|
||||||
// add all seasons from this show to the season select
|
// add all seasons from this show to the season select
|
||||||
for (const season in shows[selectShow.value].Seasons) {
|
for (const season in shows[selectShow.value].Seasons) {
|
||||||
addItem(selectSeason, "Season " + shows[selectShow.value].Seasons[season], season);
|
addItem(selectSeason, "Season " + shows[selectShow.value].Seasons[season], season);
|
||||||
@ -1080,6 +1082,7 @@
|
|||||||
|
|
||||||
Dashboard.showLoadingMsg();
|
Dashboard.showLoadingMsg();
|
||||||
|
|
||||||
|
saveIgnoreListSeriesButton.textContent = "Apply to movie";
|
||||||
seasonSelection.style.display = "none";
|
seasonSelection.style.display = "none";
|
||||||
episodeSelection.style.display = "none";
|
episodeSelection.style.display = "none";
|
||||||
eraseMovieContainer.style.display = "unset";
|
eraseMovieContainer.style.display = "unset";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user