Highlight active playlist. Various optimizations and fixes.

This commit is contained in:
2026-08-05 00:50:56 -04:00
parent 3c3cf37cd5
commit 1d45826c38
14 changed files with 327 additions and 55 deletions

View File

@@ -114,7 +114,7 @@ public class PlaylistTests
playlist.AddSongs(songs);
playlist.IsLocked = true;
playlist.Lock();
Song song = new() { FileName = "Song4.mp3" };
playlist.AddSong(song);