Disable reporting of repeat mode until a working implementation can be found.

This commit is contained in:
Jonathan Bernard 2016-06-01 11:30:02 -05:00
parent cbf01b4d73
commit a2c5c13ef4

View File

@ -946,10 +946,11 @@ Configuration:
private def processRepeat(String option) {
switch(option) {
case null:
def mode = vlcj.mediaListPlayer.mode
err 'Reading current repeat mode is not yet implemented.'
/*def mode = vlcj.mediaListPlayer.mode
msg("Repeat mode is: " +
mode == MediaListPlayerMode.LOOP ? 'all.' :
(mode == MediaListPlayerMode.REPEAT ? 'one.' : 'off.'))
(mode == MediaListPlayerMode.REPEAT ? 'one.' : 'off.'))*/
return
case 'off':