Improved average color usage

This commit is contained in:
2018-03-20 21:22:16 +01:00
parent 1fa11c162a
commit 858aec9719
4 changed files with 7 additions and 31 deletions

View File

@ -574,6 +574,10 @@ export class AnimeNotifier {
}
element.onerror = () => {
if(element.classList.contains("element-found")) {
return
}
this.elementNotFound.queue(element)
}
} else {