]> 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 2e647c88a94829b76c30e458f1b010378ae2f103..e9a3f4938c6f74f84c808a75b83aca0a90c97e04 100644 (file)
@@ -1,5 +1,6 @@
 module Lyricli
   module Sources
+    # The source for iTunes
     class Itunes
 
       class << self
@@ -28,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