mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +00:00
refactor(artist): co-locate artist feature into features/artist
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { getArtists } from '../api/subsonicArtists';
|
||||
import { getArtists } from '@/features/artist';
|
||||
import { getAlbumList, getRandomSongs } from '../api/subsonicLibrary';
|
||||
import type { SubsonicAlbum, SubsonicArtist, SubsonicSong } from '../api/subsonicTypes';
|
||||
import { runLocalRandomSongs } from '../utils/library/browseTextSearch';
|
||||
|
||||
Reference in New Issue
Block a user