mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-19 01:03:37 +00:00
Fix add show "TheTVDB via Trakt"
This commit is contained in:
parent
41bd893de9
commit
d797d30704
1 changed files with 1 additions and 1 deletions
|
@ -4227,7 +4227,7 @@ class AddShows(Home):
|
||||||
show['ids'][(tvid, TVINFO_TVDB)[TVINFO_TRAKT == tvid]])
|
show['ids'][(tvid, TVINFO_TVDB)[TVINFO_TRAKT == tvid]])
|
||||||
+ ('', '&lid=%s' % sickgear.TVInfoAPI().config.get('langabbv_to_id', {}).get(lang, lang))[
|
+ ('', '&lid=%s' % sickgear.TVInfoAPI().config.get('langabbv_to_id', {}).get(lang, lang))[
|
||||||
TVINFO_TVDB == tvid],
|
TVINFO_TVDB == tvid],
|
||||||
int(show['id']),
|
(int(show['id']), show['ids'][TVINFO_TVDB])[TVINFO_TRAKT == tvid],
|
||||||
show['seriesname'], helpers.xhtml_escape(show['seriesname']), show['firstaired'],
|
show['seriesname'], helpers.xhtml_escape(show['seriesname']), show['firstaired'],
|
||||||
(isinstance(show['firstaired'], string_types) and show['firstaired']
|
(isinstance(show['firstaired'], string_types) and show['firstaired']
|
||||||
and SGDatetime.sbfdate(_parse_date(show['firstaired'])) or ''),
|
and SGDatetime.sbfdate(_parse_date(show['firstaired'])) or ''),
|
||||||
|
|
Loading…
Reference in a new issue