Change import

This commit is contained in:
dragongoose 2023-08-18 14:46:00 -04:00
parent 43accc8c6b
commit 6c271fbbcb
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -4,7 +4,7 @@ import videojs from 'video.js'
import 'videojs-contrib-quality-levels'
import type { QualityLevelList, QualityLevel } from 'videojs-contrib-quality-levels'
import i18n from '@/i18n'
import { getSetting } from '@/mixins'
import { getSetting } from '@/settingsManager'
export const createQualitySelector = (player: any) => {
const qualityLevels: QualityLevelList = player.qualityLevels()