new feature: import spotify playlist with .csv

This commit is contained in:
kveld9
2026-04-15 11:19:31 -03:00
parent 19b7c8ec06
commit a44581e5d6
13 changed files with 830 additions and 20 deletions
+2
View File
@@ -110,6 +110,8 @@ export interface SubsonicSong {
genre?: string;
path?: string;
albumArtist?: string;
/** ISRC code when available (e.g., Navidrome) */
isrc?: string;
replayGain?: {
trackGain?: number;
albumGain?: number;