mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-12-16 00:40:43 +01:00
Format
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import {matches, MatchMediaType} from '~/lib/match';
|
||||
import { matches, MatchMediaType } from '~/lib/match';
|
||||
import Hls from 'hls.js';
|
||||
import {UrlReferer} from '~/lib/settings';
|
||||
import { UrlReferer } from '~/lib/settings';
|
||||
|
||||
async function playNative(url: string, domain: string, videoElem: HTMLVideoElement) {
|
||||
await UrlReferer.set(new URL(url).hostname, domain);
|
||||
|
||||
Reference in New Issue
Block a user