Skip to content

Commit

Permalink
I swear, I know boolean logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cazzar committed Feb 6, 2017
1 parent 700c40e commit 08293c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def Update(self, metadata, media, lang, force, movie):
Log('Assumed tv rating to be: %s' % metadata.content_rating)

for t in series['titles']:
if (t['type'] == 'official' or t['language'] == 'ja'):
if (t['type'] == 'official' and t['language'] == 'ja'):
metadata.original_title = t['title']


Expand Down

0 comments on commit 08293c2

Please sign in to comment.