Added subtitles to the stream test
This commit is contained in:
@ -982,6 +982,10 @@ export default class AnimeNotifier {
|
||||
let modified = false
|
||||
|
||||
for(let child of video.children) {
|
||||
if(child.tagName !== "SOURCE") {
|
||||
continue
|
||||
}
|
||||
|
||||
let element = child as HTMLSourceElement
|
||||
|
||||
if(element.src !== element.dataset.src) {
|
||||
|
Reference in New Issue
Block a user