aboutsummaryrefslogtreecommitdiff
path: root/components/watch/player/component/controls
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-12-24 13:03:54 +0700
committerFactiven <[email protected]>2023-12-24 13:03:54 +0700
commit50a0f0240d7fef133eb5acc1bea2b1168b08e9db (patch)
tree307e09e505580415a58d64b5fc3580e9235869f1 /components/watch/player/component/controls
parentUpdate README.md (#104) (diff)
downloadmoopa-50a0f0240d7fef133eb5acc1bea2b1168b08e9db.tar.xz
moopa-50a0f0240d7fef133eb5acc1bea2b1168b08e9db.zip
migrate to typescript
Diffstat (limited to 'components/watch/player/component/controls')
-rw-r--r--components/watch/player/component/controls/quality.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/components/watch/player/component/controls/quality.js b/components/watch/player/component/controls/quality.js
deleted file mode 100644
index 08dbd0e..0000000
--- a/components/watch/player/component/controls/quality.js
+++ /dev/null
@@ -1,15 +0,0 @@
-import artplayerPluginHlsQuality from "artplayer-plugin-hls-quality";
-
-export const QualityPlugins = [
- artplayerPluginHlsQuality({
- // Show quality in setting
- setting: true,
-
- // Get the resolution text from level
- getResolution: (level) => level.height + "P",
-
- // I18n
- title: "Quality",
- auto: "Auto",
- }),
-];