mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-13 08:18:43 -05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1e0127e97e | ||
|
|
5bdbc98d68 |
@@ -12,7 +12,7 @@ public partial class QBitService
|
||||
/// <inheritdoc/>
|
||||
public override async Task<List<object>?> GetSeedingDownloads()
|
||||
{
|
||||
var torrentList = await _client.GetTorrentListAsync(new TorrentListQuery { Filter = TorrentListFilter.Seeding });
|
||||
var torrentList = await _client.GetTorrentListAsync(new TorrentListQuery { Filter = TorrentListFilter.Completed });
|
||||
return torrentList?.Where(x => !string.IsNullOrEmpty(x.Hash))
|
||||
.Cast<object>()
|
||||
.ToList();
|
||||
|
||||
@@ -52,7 +52,7 @@ docker run -d --name cleanuparr \
|
||||
-e PGID=1000 \
|
||||
-e UMASK=022 \
|
||||
-e TZ=Etc/UTC \
|
||||
ghcr.io/cleanuparr:latest
|
||||
ghcr.io/cleanuparr/cleanuparr:latest
|
||||
```
|
||||
|
||||
### Docker Compose
|
||||
|
||||
Reference in New Issue
Block a user