refactor(artist): co-locate artist feature into features/artist

This commit is contained in:
Psychotoxical
2026-06-30 01:27:01 +02:00
parent 17ea96dcdb
commit 9ffc42688c
103 changed files with 301 additions and 254 deletions
+1 -1
View File
@@ -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';