added section for displaying aria2 and yt-dlp version info
This commit is contained in:
@@ -49,6 +49,8 @@ class Personal implements ISettings
|
||||
"path" => '/apps/ncdownloader/personal/save',
|
||||
"disallow_aria2_settings" => Helper::getAdminSettings("disallow_aria2_settings"),
|
||||
"is_admin" => \OC_User::isAdminUser($this->uid),
|
||||
"aria2_version" => Helper::getAria2Version(),
|
||||
"ytdl_version" => Helper::getYtdlVersion(),
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user