CLI: Bugfix in remove command logic.
This commit is contained in:
parent
48baed6d69
commit
42960cb96e
@ -690,6 +690,7 @@ Configuration:
|
||||
if (m[0][1] != 'selection') selection = select(m[0][1], selection)
|
||||
if (!selection) err 'Nothing was selected to be removed.'
|
||||
|
||||
Playlist p
|
||||
if (removeFrom == 'queue') p = playQueue
|
||||
else if (removeFrom.startsWith('playlist')) {
|
||||
String[] parts = removeFrom.split(/\s/, 2)
|
||||
|
Loading…
Reference in New Issue
Block a user