Fixed propdict handling for DrEvil.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sat, 8 Apr 2006 10:30:27 +0000 (10:30 +0000)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sat, 8 Apr 2006 12:30:27 +0000 (12:30 +0000)
bin/snett

index 7dca5d4da53921f3f13f45986d35eb8d4dec1713..6e94b4ea03014cab673f0dd37b579b4ce81087da 100755 (executable)
--- a/bin/snett
+++ b/bin/snett
@@ -133,7 +133,7 @@ module Snett
                end
 
                def on_mlib_get_info(res)
-                       info = res.value[:server]
+                       info = res.value
 
                        s = "%s - %s" % [info[:artist], info[:title]]
                        @tooltips.set_tip(self, s, nil)