Enhancement: Add size of torrent(s) in leechProgress list to qbittorrent widget (#5803)
Some checks failed
Docker CI / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled

This commit is contained in:
AdamWHY2K
2025-09-27 07:28:15 +01:00
committed by GitHub
parent 02089a35ee
commit 8f756d4084
4 changed files with 10 additions and 1 deletions

View File

@@ -16,4 +16,5 @@ widget:
username: username
password: password
enableLeechProgress: true # optional, defaults to false
enableLeechSize: true # optional, defaults to false
```