From d03ae143c259b21a7767cab01d73424f025e4fce Mon Sep 17 00:00:00 2001 From: Wachid Adi Nugroho Date: Thu, 26 Jul 2018 22:36:46 +0700 Subject: [PATCH] Fixing file `mpv-discordRPC.lua`: fatal typo --- mpv-discordRPC.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv-discordRPC.lua b/mpv-discordRPC.lua index 7569666..b0cc4d1 100755 --- a/mpv-discordRPC.lua +++ b/mpv-discordRPC.lua @@ -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