Reverted all changes around hiding anime in user list
This commit is contained in:
@ -164,8 +164,7 @@ export default class AnimeNotifier {
|
||||
Promise.resolve().then(() => this.dragAndDrop()),
|
||||
Promise.resolve().then(() => this.colorStripes()),
|
||||
Promise.resolve().then(() => this.assignTooltipOffsets()),
|
||||
Promise.resolve().then(() => this.countUp()),
|
||||
Promise.resolve().then(() => this.hideAddedAnime())
|
||||
Promise.resolve().then(() => this.countUp())
|
||||
])
|
||||
|
||||
// Apply page title
|
||||
@ -474,19 +473,6 @@ export default class AnimeNotifier {
|
||||
}
|
||||
}
|
||||
|
||||
// Hides anime already existing in the user's anime list automatically
|
||||
hideAddedAnime() {
|
||||
if(!this.app.currentPath.includes("/explore") && !this.app.currentPath.includes("/genre")) {
|
||||
return
|
||||
}
|
||||
|
||||
if(localStorage.getItem("hide-added-anime") !== "true") {
|
||||
return
|
||||
}
|
||||
|
||||
actions.hideAddedAnime()
|
||||
}
|
||||
|
||||
markPlayingSoundTrack() {
|
||||
for(let element of findAll("soundtrack-play-area")) {
|
||||
if(element.dataset.soundtrackId === this.currentSoundTrackId) {
|
||||
|
Reference in New Issue
Block a user