qbit fix
parent
534f508995
commit
dea583d326
|
@ -6,4 +6,3 @@
|
|||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
|
||||
|
|
1891
.idea/workspace.xml
1891
.idea/workspace.xml
File diff suppressed because it is too large
Load Diff
|
@ -1064,7 +1064,10 @@ class qBittorrent:
|
|||
'uploading': 'seeding',
|
||||
'stalledUP': 'seeding',
|
||||
}
|
||||
if code in mapping:
|
||||
return mapping[code]
|
||||
else:
|
||||
return 'unknown'
|
||||
|
||||
|
||||
class Deluge:
|
||||
|
|
Loading…
Reference in New Issue