mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-29 20:56:31 +00:00
[Core] Set default torrent status message
Torrent status message could remain None is some cases
This commit is contained in:
parent
b0b9180943
commit
085dc76e41
@ -633,6 +633,7 @@ class Torrent(object):
|
||||
status = self.handle.status()
|
||||
session_paused = component.get("Core").session.is_paused()
|
||||
old_state = self.state
|
||||
self.set_status_message()
|
||||
|
||||
if self.forced_error:
|
||||
self.state = "Error"
|
||||
|
Loading…
x
Reference in New Issue
Block a user