fix vidoza

This commit is contained in:
2026-01-11 21:20:18 +01:00
parent 8cb9a83b2c
commit 0696165932

View File

@@ -9,7 +9,7 @@ export default {
match: async function (match: RegExpMatchArray) {
return {
type: HostMatchType.HLS,
type: HostMatchType.NATIVE,
url: match[0]
};
}