X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli.rb/blobdiff_plain/7b40d722ef984b45528010ef27a271349e798c09..178ffe1377a571b7ce0a73186c03b5e296ac8922:/lib/lyricli/sources/itunes.rb?ds=inline diff --git a/lib/lyricli/sources/itunes.rb b/lib/lyricli/sources/itunes.rb index 2bfe471..e9a3f49 100644 --- a/lib/lyricli/sources/itunes.rb +++ b/lib/lyricli/sources/itunes.rb @@ -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