upd: rename MkModPlayer component to SkModPlayer

just to be consistent with other Sharkey specific components
This commit is contained in:
ShittyKopper 2024-01-10 18:21:15 +03:00
parent 4c1f6be735
commit 6cc81b6a9a
2 changed files with 1 additions and 1 deletions

View file

@ -37,7 +37,7 @@ import 'photoswipe/style.css';
import XBanner from '@/components/MkMediaBanner.vue';
import XImage from '@/components/MkMediaImage.vue';
import XVideo from '@/components/MkMediaVideo.vue';
import XModPlayer from '@/components/MkModPlayer.vue';
import XModPlayer from '@/components/SkModPlayer.vue';
import * as os from '@/os.js';
import { FILE_TYPE_BROWSERSAFE, FILE_EXT_TRACKER_MODULES, FILE_TYPE_TRACKER_MODULES } from '@/const.js';
import { defaultStore } from '@/store.js';