1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Fix for bug #898, fixes issues with show image overlay when using small poster layout

This commit is contained in:
echel0n 2014-11-15 20:57:39 -08:00
parent 1f168c18c2
commit aa76734f56

View File

@ -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)