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