Skip to content

Commit

Permalink
[upnpcontrol] fix shuffle switch also switching only play one (openha…
Browse files Browse the repository at this point in the history
…b#14490)

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
  • Loading branch information
mherwege authored and renescherer committed Mar 23, 2023
1 parent af8dcd1 commit 50dff8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ public void handleCommand(ChannelUID channelUID, Command command) {
break;
case SHUFFLE:
handleCommandShuffle(channelUID, command);
break;
case ONLY_PLAY_ONE:
handleCommandOnlyPlayOne(channelUID, command);
break;
Expand Down

0 comments on commit 50dff8e

Please sign in to comment.