]> git.r.bdr.sh - rbdr/lyricli.rb/blobdiff - lib/lyricli/sources/arguments.rb
Fixes stuff for ruby 1.8 support
[rbdr/lyricli.rb] / lib / lyricli / sources / arguments.rb
index 150c70a4adc4466f8cb996a381a7f2e298f57a17..e35aaec6472fabf8379442d02264601f5c177b8e 100644 (file)
@@ -27,7 +27,7 @@ module Lyricli
       def current_track
         artist = ARGV[0]
         song = ARGV[1]
       def current_track
         artist = ARGV[0]
         song = ARGV[1]
-        {artist: artist, song: song}
+        {:artist => artist, :song => song}
       end
 
       # The reset method resets any configurations it may have
       end
 
       # The reset method resets any configurations it may have