mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Change missing image to warning
This commit is contained in:
parent
f63b5514f3
commit
7da1edfcc5
1 changed files with 1 additions and 1 deletions
|
@ -3451,7 +3451,7 @@ class WebInterface(object):
|
|||
```
|
||||
"""
|
||||
if not img and not rating_key:
|
||||
logger.error('No image input received.')
|
||||
logger.warn('No image input received.')
|
||||
return
|
||||
|
||||
if rating_key and not img:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue