Added randomize/reverse songs logic. Added initial UI-side locking logic.

This commit is contained in:
2026-08-03 22:38:16 -04:00
parent 99978c62c4
commit 2b78ac5667
6 changed files with 240 additions and 18 deletions

View File

@@ -21,5 +21,7 @@ public enum PlaylistUpdateAction
/// <summary>
/// The tags of the songs in the collection were refreshed.
/// </summary>
Refresh
Refresh,
Lock,
Unlock
}