1
0
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:
root 2014-04-29 09:37:27 +02:00
parent dbee4b6dbf
commit be2d71d1d4

View File

@ -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()