]> git.r.bdr.sh - rbdr/lyricli.rb/blobdiff - lib/lyricli/sources/itunes.rb
Fixes stuff for ruby 1.8 support
[rbdr/lyricli.rb] / lib / lyricli / sources / itunes.rb
index 2bfe471f1c3e3ec291f9e29a35998b0f10e31f86..e9a3f4938c6f74f84c808a75b83aca0a90c97e04 100644 (file)
@@ -29,7 +29,7 @@ module Lyricli
         path = File.join(path_root, @script)
         current = `osascript #{path}`
         current = current.split("<-SEP->")
-        {artist: current[0], song: current[1]}
+        {:artist => current[0], :song => current[1]}
       end
 
       # The reset method resets any configurations it may have