mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Fix API history request
This commit is contained in:
parent
dbee4b6dbf
commit
be2d71d1d4
@ -1171,7 +1171,7 @@ class CMD_History(ApiCall):
|
||||
row["resource_path"] = os.path.dirname(row["resource"])
|
||||
row["resource"] = os.path.basename(row["resource"])
|
||||
# Add tvdbid for backward compability
|
||||
ep["tvdbid"] = ep['indexerid']
|
||||
row['tvdbid'] = row['indexerid']
|
||||
results.append(row)
|
||||
|
||||
myDB.connection.close()
|
||||
|
Loading…
Reference in New Issue
Block a user