Merge pull request #2112 from vr10t/progress-bar

Watch progress bar under video thumbnails
This commit is contained in:
Kavin
2023-02-20 10:23:53 +00:00
committed by GitHub
7 changed files with 31 additions and 9 deletions

View File

@@ -425,6 +425,7 @@ export default {
});
xmlDoc.querySelectorAll("br").forEach(elem => (elem.outerHTML = "\n"));
this.video.description = this.rewriteDescription(xmlDoc.querySelector("body").innerHTML);
this.updateWatched(this.video.relatedStreams);
}
});
},