Fix: Bug where seasons or episodes would not hide and stay at the bottom visible

pull/16/head
Juraj Nyíri 4 years ago
parent 5e54543d75
commit d8f43b9cc1

@ -19854,8 +19854,6 @@ class PlexMeetsHomeAssistant extends HTMLElement {
clearInterval(this.showSeasonElemTimeout);
clearInterval(this.seasonTitleColorTimeout);
clearInterval(this.moveElemTimeout);
clearInterval(this.hideSeasonsTimeout);
clearInterval(this.hideEpisodesTimeout);
clearInterval(this.scrollDownInactiveSeasonsTimeout);
clearInterval(this.episodesLoadTimeout);
clearInterval(this.episodesElemFreshlyLoadedTimeout);

@ -358,8 +358,6 @@ class PlexMeetsHomeAssistant extends HTMLElement {
clearInterval(this.showSeasonElemTimeout);
clearInterval(this.seasonTitleColorTimeout);
clearInterval(this.moveElemTimeout);
clearInterval(this.hideSeasonsTimeout);
clearInterval(this.hideEpisodesTimeout);
clearInterval(this.scrollDownInactiveSeasonsTimeout);
clearInterval(this.episodesLoadTimeout);
clearInterval(this.episodesElemFreshlyLoadedTimeout);

Loading…
Cancel
Save