fix: bugs

fix: bugs
This commit is contained in:
qier222 2022-04-09 00:28:37 +08:00
parent 1444bbefa2
commit 70d1de0e0f
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
62 changed files with 368 additions and 284 deletions

View file

@ -1,14 +1,17 @@
import useUserLikedTracksIDs, {
useMutationLikeATrack,
} from '@/hooks/useUserLikedTracksIDs'
import { player, state } from '@/store'
import { resizeImage } from '@/utils/common'
} from '@/renderer/hooks/useUserLikedTracksIDs'
import { player, state } from '@/renderer/store'
import { resizeImage } from '@/renderer/utils/common'
import ArtistInline from '../ArtistsInline'
import Cover from '../Cover'
import IconButton from '../IconButton'
import SvgIcon from '../SvgIcon'
import { State as PlayerState, Mode as PlayerMode } from '@/utils/player'
import {
State as PlayerState,
Mode as PlayerMode,
} from '@/renderer/utils/player'
const PlayingTrack = () => {
const playerSnapshot = useSnapshot(player)