X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli.rb/blobdiff_plain/f2ec7254120c90c3b023687f67a7b19f78b69370..4c06c59514d3521f8c50c5334fb81fff92a863dc:/lib/lyricli/sources/arguments.rb?ds=sidebyside

diff --git a/lib/lyricli/sources/arguments.rb b/lib/lyricli/sources/arguments.rb
index 150c70a..e35aaec 100644
--- a/lib/lyricli/sources/arguments.rb
+++ b/lib/lyricli/sources/arguments.rb
@@ -27,7 +27,7 @@ module Lyricli
       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