mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-16 14:25:02 -05:00
Fix for bug #898, fixes issues with show image overlay when using small poster layout
This commit is contained in:
parent
1f168c18c2
commit
aa76734f56
@ -270,7 +270,7 @@ class MainHandler(RequestHandler):
|
||||
image_file_name = None
|
||||
if which == 'poster':
|
||||
image_file_name = cache_obj.poster_path(show)
|
||||
if which == 'poster_thumb':
|
||||
if which == 'poster_thumb' or which == 'small':
|
||||
image_file_name = cache_obj.poster_thumb_path(show)
|
||||
if which == 'banner':
|
||||
image_file_name = cache_obj.banner_path(show)
|
||||
|
Loading…
Reference in New Issue
Block a user