🍏 (music) remove music for iOS
This commit is contained in:
@@ -23,8 +23,6 @@ import {
|
||||
onUnmounted
|
||||
} from '@vue/composition-api'
|
||||
|
||||
const iOS = navigator.platform && /iPad|iPhone|iPod/.test(navigator.platform)
|
||||
|
||||
export default defineComponent({
|
||||
name: 'ChilledMusic',
|
||||
props: {
|
||||
@@ -34,9 +32,6 @@ export default defineComponent({
|
||||
}
|
||||
},
|
||||
setup(props, { emit }) {
|
||||
if (iOS) {
|
||||
return
|
||||
}
|
||||
const chilledcow = reactive<{ video: Plyr | null }>({
|
||||
video: null
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user