mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 13:48:02 +00:00
fix: bugs
fix: bugs
This commit is contained in:
parent
1444bbefa2
commit
70d1de0e0f
62 changed files with 368 additions and 284 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import ArtistInline from '@/components/ArtistsInline'
|
||||
import Skeleton from '@/components/Skeleton'
|
||||
import { player } from '@/store'
|
||||
import { resizeImage } from '@/utils/common'
|
||||
import ArtistInline from '@/renderer/components/ArtistsInline'
|
||||
import Skeleton from '@/renderer/components/Skeleton'
|
||||
import { player } from '@/renderer/store'
|
||||
import { resizeImage } from '@/renderer/utils/common'
|
||||
import SvgIcon from './SvgIcon'
|
||||
|
||||
const Track = ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue