summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/grux.rb24
1 files changed, 12 insertions, 12 deletions
diff --git a/bin/grux.rb b/bin/grux.rb
index cf6c34d..1304d9a 100755
--- a/bin/grux.rb
+++ b/bin/grux.rb
@@ -216,18 +216,18 @@ class Grux::ClientWin < Gtk::VBox
end
def handle_current_pos( pos )
-# @server.playlist.entries.notifier do |playlist|
-# @server.medialib_get_info( playlist[pos[:position]] ).notifier do |songinfo|
-# @nextSongLbl.text = ""
-# songinfo.each_pair do |key, info|
-# info.each_pair do |src, value|
-# @nextSongLbl.text += "[#{src}] #{key} = #{value}\n"
-# end
-# end
-# true
-# end
-# true
-# end
+ #@server.playlist.entries.notifier do |playlist|
+ # @server.medialib_get_info( playlist[pos[:position]] ).notifier do |songinfo|
+ # @nextSongLbl.text = ""
+ # songinfo.each_pair do |key, info|
+ # info.each_pair do |src, value|
+ # @nextSongLbl.text += "[#{src}] #{key} = #{value}\n"
+ # end
+ # end
+ # true
+ # end
+ # true
+ #end
true
end