feat: Enhance audio settings with ReplayGain, crossfade, and equalizer presets; add AudioSettingsDialog component

This commit is contained in:
2025-08-10 02:57:55 +00:00
committed by GitHub
parent 192148adf2
commit cfd4f88b5e
14 changed files with 974 additions and 125 deletions

View File

@@ -68,6 +68,7 @@ export interface Song {
artistId: string;
type: string;
starred?: string;
replayGain?: number;
}
export interface Playlist {