Removed old code from get status.
This commit is contained in:
parent
4c9d01efe8
commit
f1350da011
|
@ -144,10 +144,6 @@ class Core(CorePluginBase):
|
|||
else:
|
||||
status["state"] = "Idle"
|
||||
|
||||
if self.config["list_compression"]:
|
||||
status["file_type"] = self.config["list_compression"] + " "
|
||||
+ self.config["list_type"]
|
||||
|
||||
status["up_to_date"] = self.up_to_date
|
||||
status["num_blocked"] = self.num_blocked
|
||||
status["file_progress"] = self.file_progress
|
||||
|
|
Loading…
Reference in New Issue