Skip to content

Commit

Permalink
refactor: fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
flip-dots committed Jun 12, 2023
1 parent 02d4bb7 commit 3de8f67
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/pages/playback/music/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,14 @@ import 'swiper/css/virtual';
import { Swiper, SwiperSlide } from 'swiper/vue';
import { isNil } from 'lodash-es';
import { useRoute } from 'vue-router';
import { onMounted } from 'vue'; //TODO
import { getBlurhash } from '@/utils/images';
import { playbackManagerStore } from '@/store';
import { playerElementStore } from '@/store';

const modules = [A11y, Keyboard, Virtual, EffectCoverflow];
const route = useRoute();

const playbackManager = playbackManagerStore();
const playerElement = playerElementStore();

const coverflowEffect = {
depth: 500,
slideShadows: false,
Expand Down

0 comments on commit 3de8f67

Please sign in to comment.