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,7 +1,7 @@
|
||||
import { libraryUpsertSongsFromApi } from '@/api/library';
|
||||
import { buildStreamUrl } from '@/api/subsonicStreamUrl';
|
||||
import { getAlbum } from '@/api/subsonicLibrary';
|
||||
import { getArtist } from '@/api/subsonicArtists';
|
||||
import { getArtist } from '@/features/artist';
|
||||
import type { SubsonicSong } from '@/api/subsonicTypes';
|
||||
import { create } from 'zustand';
|
||||
import { persist, createJSONStorage } from 'zustand/middleware';
|
||||
|
||||
Reference in New Issue
Block a user