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:
@@ -38,7 +38,7 @@ vi.mock('@/api/subsonicLibrary', () => ({
|
||||
filterSongsToServerLibrary: (songs: SubsonicSong[]) => filterSongsMock(songs),
|
||||
}));
|
||||
|
||||
vi.mock('@/api/subsonicArtists', () => ({
|
||||
vi.mock('@/features/artist', () => ({
|
||||
getArtistForServer: (serverId: string, artistId: string) => getArtistForServerMock(serverId, artistId),
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user