Disable reporting of repeat mode until a working implementation can be found.
This commit is contained in:
parent
cbf01b4d73
commit
a2c5c13ef4
@ -946,10 +946,11 @@ Configuration:
|
|||||||
private def processRepeat(String option) {
|
private def processRepeat(String option) {
|
||||||
switch(option) {
|
switch(option) {
|
||||||
case null:
|
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: " +
|
msg("Repeat mode is: " +
|
||||||
mode == MediaListPlayerMode.LOOP ? 'all.' :
|
mode == MediaListPlayerMode.LOOP ? 'all.' :
|
||||||
(mode == MediaListPlayerMode.REPEAT ? 'one.' : 'off.'))
|
(mode == MediaListPlayerMode.REPEAT ? 'one.' : 'off.'))*/
|
||||||
return
|
return
|
||||||
|
|
||||||
case 'off':
|
case 'off':
|
||||||
|
Loading…
Reference in New Issue
Block a user