diff options
Diffstat (limited to 'web/script/player/profiles.ts')
-rw-r--r-- | web/script/player/profiles.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/script/player/profiles.ts b/web/script/player/profiles.ts index ec82a6d..f7fd121 100644 --- a/web/script/player/profiles.ts +++ b/web/script/player/profiles.ts @@ -3,6 +3,7 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2023 metamuffin <metamuffin.org> */ +/// <reference lib="dom" /> import { OVar } from "../jshelper/mod.ts"; import { EncodingProfile } from "./jhls.d.ts"; import { profile_to_partial_track, test_media_capability } from "./mediacaps.ts"; |