diff --git a/cli/src/main/groovy/com/jdbernard/wdiwtlt/cli/CommandLineInterface.groovy b/cli/src/main/groovy/com/jdbernard/wdiwtlt/cli/CommandLineInterface.groovy index de17d24..d71b837 100644 --- a/cli/src/main/groovy/com/jdbernard/wdiwtlt/cli/CommandLineInterface.groovy +++ b/cli/src/main/groovy/com/jdbernard/wdiwtlt/cli/CommandLineInterface.groovy @@ -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':