Skip to content

Commit

Permalink
Fixing file mpv-discordRPC.lua: fatal typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cniw committed Jul 26, 2018
1 parent 6c20ad5 commit d03ae14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpv-discordRPC.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function discordrpc()
for k in pairs(artist) do
if artist[k] == metadataArtist then
local number = catalogs[i].number
largeImageKey = ("covarart_%s"):format(number):gsub("[ /~]", "_"):lower()
largeImageKey = ("coverart_%s"):format(number):gsub("[ /~]", "_"):lower()
largeImageText = album[j]
end
end
Expand Down

0 comments on commit d03ae14

Please sign in to comment.