# File lib/librmpd.rb, line 826
        def repeat=( toggle )
                send_command 'repeat ' + (toggle ? '1' : '0')
        end