From 8809d14bb7a87682dffd9ba4a601d682fa8a7268 Mon Sep 17 00:00:00 2001 From: jobevers Date: Mon, 20 Feb 2017 14:21:09 -0600 Subject: [PATCH] renamed repo --- lib/thirdparty/Github.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/thirdparty/Github.class.php b/lib/thirdparty/Github.class.php index f838cad6..86149032 100644 --- a/lib/thirdparty/Github.class.php +++ b/lib/thirdparty/Github.class.php @@ -11,7 +11,7 @@ class Github try { - $releaseData = static::get('/repos/lbryio/lbry-electron/releases/latest', $cache); + $releaseData = static::get('/repos/lbryio/lbry-app/releases/latest', $cache); foreach ($releaseData['assets'] as $asset) { $ext = substr($asset['name'], -4);