mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-20 16:43:43 +00:00
Merge pull request #262 from Wizkidje/master
Fix API history request in dev
This commit is contained in:
commit
9f2a6dad5d
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