From: Tilman Sauerbeck Date: Sat, 8 Apr 2006 10:30:27 +0000 (+0000) Subject: Fixed propdict handling for DrEvil. X-Git-Url: http://git.code-monkey.de/?p=snett.git;a=commitdiff_plain;h=1ff4ec8c58564454d4a053a76b8fabace285951f Fixed propdict handling for DrEvil. --- diff --git a/bin/snett b/bin/snett index 7dca5d4..6e94b4e 100755 --- 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)