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 17cd6c3..a27e4f5 100644
--- a/lib/dtas/player/client_handler.rb
+++ b/lib/dtas/player/client_handler.rb
@@ -312,6 +312,7 @@ module DTAS::Player::ClientHandler # :nodoc:
         h
       end
     end
+    tmp['tracklist'] = @tl.to_hsh(false)
     io.emit(tmp.to_yaml)
   end