feat: v1.25.0 — Tray Icon, Minimize to Tray, Sidebar Customization

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Psychotoxical
2026-04-01 09:46:41 +02:00
parent ada5327493
commit 560349819f
22 changed files with 516 additions and 114 deletions
+1
View File
@@ -96,6 +96,7 @@ export interface SubsonicPlaylist {
changed: string;
owner?: string;
public?: boolean;
coverArt?: string;
}
export interface SubsonicNowPlaying extends SubsonicSong {