mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 09:49:13 +00:00
Feature: Lidarr (#15)
* feat(web): add lidarr download client * feat: add lidarr download client
This commit is contained in:
parent
fce6c7149a
commit
e6cfc77e85
16 changed files with 582 additions and 15 deletions
28
pkg/lidarr/testdata/system_status_response.json
vendored
Normal file
28
pkg/lidarr/testdata/system_status_response.json
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"version": "0.8.1.2135",
|
||||
"buildTime": "2021-04-18T15:43:22Z",
|
||||
"isDebug": false,
|
||||
"isProduction": true,
|
||||
"isAdmin": false,
|
||||
"isUserInteractive": false,
|
||||
"startupPath": "/opt/Lidarr",
|
||||
"appData": "/home/test/.config/Lidarr",
|
||||
"osName": "debian",
|
||||
"osVersion": "10",
|
||||
"isNetCore": true,
|
||||
"isMono": false,
|
||||
"isLinux": true,
|
||||
"isOsx": false,
|
||||
"isWindows": false,
|
||||
"isDocker": false,
|
||||
"mode": "console",
|
||||
"branch": "master",
|
||||
"authentication": "none",
|
||||
"sqliteVersion": "3.27.2",
|
||||
"migrationVersion": 45,
|
||||
"urlBase": "/lidarr",
|
||||
"runtimeVersion": "3.1.13",
|
||||
"runtimeName": "netCore",
|
||||
"startTime": "2021-08-21T23:18:16.4948193Z",
|
||||
"packageUpdateMechanism": "builtIn"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue