mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-23 01:43:43 +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_path"] = os.path.dirname(row["resource"])
|
||||||
row["resource"] = os.path.basename(row["resource"])
|
row["resource"] = os.path.basename(row["resource"])
|
||||||
# Add tvdbid for backward compability
|
# Add tvdbid for backward compability
|
||||||
ep["tvdbid"] = ep['indexerid']
|
row['tvdbid'] = row['indexerid']
|
||||||
results.append(row)
|
results.append(row)
|
||||||
|
|
||||||
myDB.connection.close()
|
myDB.connection.close()
|
||||||
|
|
Loading…
Reference in a new issue