From f6d9f6e8d9f14e9d93ce5461f6c73e7d281f0552 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 12 Oct 2017 19:34:22 -0400 Subject: [PATCH] Fix download URL --- src/plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin.cpp b/src/plugin.cpp index dc45249c..93ff69c5 100644 --- a/src/plugin.cpp +++ b/src/plugin.cpp @@ -192,7 +192,7 @@ static void refreshPurchase(json_t *pluginJ) { // Append token and version to download URL std::string url = gApiHost; - url += "/download" + url += "/download"; url += "?product="; url += slug; url += "&version=";