Fix progressbar updates

This commit is contained in:
Kai Huuhko 2016-09-14 18:30:37 +03:00
parent dd72a3f2a1
commit 09440577a0
1 changed files with 3 additions and 0 deletions

View File

@ -263,6 +263,9 @@ class MainInterface(object):
self.torrentitems[info_hash].fields_update(
"*", ELM_GENLIST_ITEM_FIELD_TEXT
)
self.torrentitems[info_hash].fields_update(
"elm.swallow.progress", ELM_GENLIST_ITEM_FIELD_CONTENT
)
session.alert_manager.callback_add(
"state_update_alert", state_update_alert_cb)