Enhancement: support pyload API key, fix error message (#6558)

This commit is contained in:
shamoon
2026-04-12 11:00:54 -07:00
committed by GitHub
parent 1accddf29a
commit a7bab17f97
3 changed files with 57 additions and 9 deletions

View File

@@ -13,4 +13,5 @@ widget:
url: http://pyload.host.or.ip:port
username: username
password: password # only needed if set
key: pyloadapikey # only needed if set, takes precedence over username/password
```