Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Commit e5c4885

Browse files
authored
Merge pull request #10 from jadlers/master
Add C_QUEUE command to mediaplayer interface
2 parents 55a1beb + 1c6cf59 commit e5c4885

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/yio-interface/entities/mediaplayerinterface.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ class MediaPlayerDef : public QObject {
9999
C_SEARCH_ITEM,
100100
C_PLAY_ITEM,
101101
C_GETALBUM,
102-
C_GETPLAYLIST
102+
C_GETPLAYLIST,
103+
C_QUEUE
103104
};
104105
Q_ENUM(Commands)
105106

0 commit comments

Comments
 (0)