diff --git a/cli/src/main/groovy/com/jdbernard/wdiwtlt/cli/CommandLineInterface.groovy b/cli/src/main/groovy/com/jdbernard/wdiwtlt/cli/CommandLineInterface.groovy index 7cd25b0..5fc64bd 100644 --- a/cli/src/main/groovy/com/jdbernard/wdiwtlt/cli/CommandLineInterface.groovy +++ b/cli/src/main/groovy/com/jdbernard/wdiwtlt/cli/CommandLineInterface.groovy @@ -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)