fix(codebase): Added Proper --no-playlist to command

This commit is contained in:
brotoskyj
2026-01-20 21:35:39 -05:00
parent 8fefbddffd
commit d9a7bb7fed
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -1 +1,2 @@
/target
cliff.toml
Generated
+1 -1
View File
@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "RhythmWorks"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"dialoguer",
"keyring",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "RhythmWorks"
version = "0.5.1"
version = "0.5.2"
edition = "2024"
[dependencies]
+1
View File
@@ -0,0 +1 @@
## [0.5.2] - 2026-01-21