mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add pms_image_proxy fallback for user thumb
This commit is contained in:
parent
58606885aa
commit
b19b9a70be
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ DEFAULT_IMAGES = {
|
|||
'art': DEFAULT_ART,
|
||||
'poster-live': DEFAULT_LIVE_TV_POSTER_THUMB,
|
||||
'art-live': DEFAULT_LIVE_TV_ART,
|
||||
'art-live-full': DEFAULT_LIVE_TV_ART_FULL
|
||||
'art-live-full': DEFAULT_LIVE_TV_ART_FULL,
|
||||
'user': DEFAULT_USER_THUMB
|
||||
}
|
||||
|
||||
MEDIA_TYPE_HEADERS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue