mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fix API history request
This commit is contained in:
parent
dbee4b6dbf
commit
be2d71d1d4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue