Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
piplongrun authored May 21, 2018
1 parent 8d82109 commit df2c41c
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 @@ -85,7 +85,7 @@ def update(self, metadata, media, lang):
url = video.get('href')

# Trailers
if title.lower() == 'trailer' and Prefs['add_trailers']:
if title.lower() in ['trailer', 'international trailer', 'trailer a', 'trailer b'] and Prefs['add_trailers']:
extra_type = 'trailer'
elif title.lower() == 'feature trailer' and Prefs['add_feature_trailers']:
extra_type = 'feature_trailer'
Expand Down

0 comments on commit df2c41c

Please sign in to comment.