forked from 0x2620/pandora
more imdb keys used on infoview, fixes #3197
This commit is contained in:
parent
b7aa264e10
commit
0da8a9b0ec
1 changed files with 3 additions and 1 deletions
|
@ -228,7 +228,9 @@ ADDITIONAL_IMDB_KEYS = [
|
|||
'cast',
|
||||
'links', 'reviews', 'posters',
|
||||
'alternativeTitles', 'originalTitle',
|
||||
'filmingLocations'
|
||||
'filmingLocations',
|
||||
'seriesTitle', 'episodeDirector',
|
||||
'connections',
|
||||
]
|
||||
|
||||
#If you set VIDEO_PREFIX make sure cookies work accros subsomains
|
||||
|
|
Loading…
Reference in a new issue