1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-21 14:47:41 +01:00

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) { function setupSource(vid: HTMLVideoElement, src: LoadableSource) {
// TODO: Add check whether the extension is installed
if (src.type === "hls") { if (src.type === "hls") {
if (canPlayHlsNatively(vid)) { if (canPlayHlsNatively(vid)) {
vid.src = processCdnLink(src.url); vid.src = processCdnLink(src.url);