mirror of
https://github.com/Lidarr/Lidarr
synced 2026-05-08 12:33:04 +02:00
Automated API Docs update
This commit is contained in:
parent
2b1640cc00
commit
fb58b6e45a
1 changed files with 7 additions and 2 deletions
|
|
@ -8914,7 +8914,8 @@
|
|||
"ArtistStatusType": {
|
||||
"enum": [
|
||||
"continuing",
|
||||
"ended"
|
||||
"ended",
|
||||
"deleted"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
|
|
@ -10870,11 +10871,15 @@
|
|||
"copyUsingHardlinks": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enableMediaInfo": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"useScriptImport": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scriptImportPath": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"importExtraFiles": {
|
||||
"type": "boolean"
|
||||
|
|
|
|||
Loading…
Reference in a new issue