added support for updating yt-dlp binary;moved version info display to admin section
This commit is contained in:
@@ -39,7 +39,8 @@ class Admin implements ISettings
|
||||
$settings = Helper::getAllAdminSettings();
|
||||
$settings += [
|
||||
"path" => "/apps/ncdownloader/admin/save",
|
||||
|
||||
"aria2_version" => Helper::getAria2Version(),
|
||||
"ytdl_version" => Helper::getYtdlVersion(),
|
||||
];
|
||||
$parameters = [
|
||||
'settings' => $settings,
|
||||
|
||||
Reference in New Issue
Block a user