remove unused external keys
This commit is contained in:
parent
97a38513a3
commit
1d40ceca8f
2 changed files with 10 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue