remove resolved TODO

This commit is contained in:
mrjvs 2024-01-20 14:00:15 +01:00
parent e4ad8789b9
commit ad69c9381c

View File

@ -101,7 +101,6 @@ export function makeVideoElementDisplayInterface(): DisplayInterface {
}
function setupSource(vid: HTMLVideoElement, src: LoadableSource) {
// TODO: Add check whether the extension is installed
if (src.type === "hls") {
if (canPlayHlsNatively(vid)) {
vid.src = processCdnLink(src.url);