about summary refs log tree commit homepage
path: root/lib/dtas/player/client_handler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dtas/player/client_handler.rb')
-rw-r--r--lib/dtas/player/client_handler.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dtas/player/client_handler.rb b/lib/dtas/player/client_handler.rb
index c7dd31d..9697f39 100644
--- a/lib/dtas/player/client_handler.rb
+++ b/lib/dtas/player/client_handler.rb
@@ -547,6 +547,7 @@ module DTAS::Player::ClientHandler # :nodoc:
       case msg.shift
       when "true" then @tl.repeat = true
       when "false" then @tl.repeat = false
+      when "1" then @tl.repeat = 1
       when nil
         return io.emit("repeat #{@tl.repeat.to_s}")
       end