mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Fix another typo
This commit is contained in:
parent
2dcae5e219
commit
419f8dadad
1 changed files with 1 additions and 1 deletions
|
@ -1493,7 +1493,7 @@ class WebInterface(object):
|
||||||
cherrypy.response.headers['Content-type'] = result[1]
|
cherrypy.response.headers['Content-type'] = result[1]
|
||||||
return result[0]
|
return result[0]
|
||||||
except:
|
except:
|
||||||
logger.warn(u"Image proxy queried but errors occured.")
|
logger.warn(u"Image proxy queried but errors occurred.")
|
||||||
if fallback == 'poster':
|
if fallback == 'poster':
|
||||||
logger.info(u"Trying fallback image...")
|
logger.info(u"Trying fallback image...")
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue