downloads might be gone in shutdown
This commit is contained in:
parent
f7d96747c0
commit
0689563c4d
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class Item(db.Model):
|
|||
j['timesaccessed'] = self.timesaccessed
|
||||
j['accessed'] = self.accessed
|
||||
j['added'] = self.added
|
||||
if state.downloads:
|
||||
if state.downloads and not state.shutdown:
|
||||
t = state.downloads.transfers.get(self.id)
|
||||
if t:
|
||||
j['transferadded'] = t['added']
|
||||
|
|
Loading…
Reference in a new issue