Improved average color usage
This commit is contained in:
@ -574,6 +574,10 @@ export class AnimeNotifier {
|
||||
}
|
||||
|
||||
element.onerror = () => {
|
||||
if(element.classList.contains("element-found")) {
|
||||
return
|
||||
}
|
||||
|
||||
this.elementNotFound.queue(element)
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user