add CLI play-playlist option, to play given playlist name. (#608)

* add CLI play-playlist option, to play given playlist name.

* Apply MR change requests
This commit is contained in:
Nicolas Toussaint
2020-12-04 19:08:41 +01:00
committed by GitHub
parent 5b5f728f49
commit 3a9a1f0a94
5 changed files with 82 additions and 32 deletions

View File

@@ -57,6 +57,7 @@ class CommandlineOptions {
Player_Next = 6,
Player_RestartOrPrevious = 7,
Player_StopAfterCurrent = 8,
Player_PlayPlaylist = 9,
};
bool Parse();