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:
committed by
GitHub
parent
5b5f728f49
commit
3a9a1f0a94
@@ -57,6 +57,7 @@ class CommandlineOptions {
|
||||
Player_Next = 6,
|
||||
Player_RestartOrPrevious = 7,
|
||||
Player_StopAfterCurrent = 8,
|
||||
Player_PlayPlaylist = 9,
|
||||
};
|
||||
|
||||
bool Parse();
|
||||
|
||||
Reference in New Issue
Block a user