Fix(ViewTrailerButton): Use youtube-nocookie.com

This commit is contained in:
hilmer
2026-03-26 02:54:21 +01:00
committed by momi
parent 3461a4ec74
commit 3fe2d2b155
+1 -1
View File
@@ -17,7 +17,7 @@
return a.best ? -1 : 1;
});
if (t[0]?.id) {
return `https://www.youtube.com/embed/${t[0]?.id}`;
return `https://www.youtube-nocookie.com/embed/${t[0]?.id}`;
}
}
});