commit
60d0c40b13
3
.idea/modules.xml
generated
3
.idea/modules.xml
generated
@ -5,5 +5,4 @@
|
|||||||
<module fileurl="file://$PROJECT_DIR$/.idea/plugin.video.torrenter.iml" filepath="$PROJECT_DIR$/.idea/plugin.video.torrenter.iml" />
|
<module fileurl="file://$PROJECT_DIR$/.idea/plugin.video.torrenter.iml" filepath="$PROJECT_DIR$/.idea/plugin.video.torrenter.iml" />
|
||||||
</modules>
|
</modules>
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
|
|
1891
.idea/workspace.xml
generated
1891
.idea/workspace.xml
generated
File diff suppressed because it is too large
Load Diff
@ -1064,7 +1064,10 @@ class qBittorrent:
|
|||||||
'uploading': 'seeding',
|
'uploading': 'seeding',
|
||||||
'stalledUP': 'seeding',
|
'stalledUP': 'seeding',
|
||||||
}
|
}
|
||||||
return mapping[code]
|
if code in mapping:
|
||||||
|
return mapping[code]
|
||||||
|
else:
|
||||||
|
return 'unknown'
|
||||||
|
|
||||||
|
|
||||||
class Deluge:
|
class Deluge:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user