diff --git a/couchpotato/core/media/show/providers/info/thetvdb.py b/couchpotato/core/media/show/providers/info/thetvdb.py old mode 100644 new mode 100755 index b34580d..b2e58d9 --- a/couchpotato/core/media/show/providers/info/thetvdb.py +++ b/couchpotato/core/media/show/providers/info/thetvdb.py @@ -236,7 +236,7 @@ class TheTVDb(ShowProvider): show_data = { 'identifiers': { - 'thetvdb': tryInt(get('seriesid')), + 'thetvdb': tryInt(get('id')), 'imdb': get('imdb_id'), 'zap2it': get('zap2it_id'), }, @@ -316,7 +316,7 @@ class TheTVDb(ShowProvider): season_data = { 'identifiers': { - 'thetvdb': show.get('seriesid') if show.get('seriesid') else show[number][1]['seasonid'] + 'thetvdb': show['id'] if show.get('id') else show[number][1]['seasonid'] }, 'number': tryInt(number), 'images': {