aboutsummaryrefslogtreecommitdiff
path: root/web/script/player/profiles.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-12-25 16:23:44 +0100
committermetamuffin <metamuffin@disroot.org>2023-12-25 16:23:44 +0100
commite2c62c34b4c2983b8ceef034347bc62b28a88122 (patch)
treec43eaf7dcf5a468c918bafb6b7e223ec73607e09 /web/script/player/profiles.ts
parentc5d484e16bae5d923f6a3c441827d3d470bfee6e (diff)
downloadjellything-e2c62c34b4c2983b8ceef034347bc62b28a88122.tar
jellything-e2c62c34b4c2983b8ceef034347bc62b28a88122.tar.bz2
jellything-e2c62c34b4c2983b8ceef034347bc62b28a88122.tar.zst
lib=dom everywhere and error handling
Diffstat (limited to 'web/script/player/profiles.ts')
-rw-r--r--web/script/player/profiles.ts1
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";