mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-01 17:55:10 +00:00
renamed repo
This commit is contained in:
parent
dd3c72affb
commit
8809d14bb7
1 changed files with 1 additions and 1 deletions
2
lib/thirdparty/Github.class.php
vendored
2
lib/thirdparty/Github.class.php
vendored
|
@ -11,7 +11,7 @@ class Github
|
||||||
|
|
||||||
try
|
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)
|
foreach ($releaseData['assets'] as $asset)
|
||||||
{
|
{
|
||||||
$ext = substr($asset['name'], -4);
|
$ext = substr($asset['name'], -4);
|
||||||
|
|
Loading…
Add table
Reference in a new issue