Skip to content

Commit

Permalink
Ignore "Episode Overview not Available"
Browse files Browse the repository at this point in the history
  • Loading branch information
Cazzar committed Feb 22, 2018
1 parent 451b11c commit e3d6d8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ def Update(self, metadata, media, lang, force, movie):

episodeObj = metadata.seasons[season].episodes[ep['epnumber']]
episodeObj.title = ep['name']
episodeObj.summary = ep['summary']
if (ep['summary'] != "Episode Overview not Available"):
episodeObj.summary = ep['summary']
Log("" + str(ep['epnumber']) + ": " + ep['summary'])

if ep['air'] != '1/01/0001 12:00:00 AM' and ep['air'] != '0001-01-01':
Expand Down

0 comments on commit e3d6d8e

Please sign in to comment.