remove unused external keys

This commit is contained in:
j 2018-10-07 14:41:25 +02:00
commit 1d40ceca8f
2 changed files with 10 additions and 0 deletions

View file

@ -217,6 +217,11 @@ POSTER_PRECEDENCE = ()
POSTER_ONLY_PORTRAIT = ()
USE_IMDB = False
ADDITIONAL_IMDB_KEYS = [
'cast',
'links', 'reviews', 'posters',
'alternativeTitles', 'originalTitle',
]
#If you set VIDEO_PREFIX make sure cookies work accros subsomains
#by setting SESSION_COOKIE_DOMAIN to ".domain.tld"