mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Adding support for Boxrear artwork
For albums.
This commit is contained in:
parent
b7cf3bc15a
commit
13501b42d1
1 changed files with 2 additions and 1 deletions
|
@ -130,7 +130,8 @@ class TextureCache():
|
|||
'Art': "clearart",
|
||||
'Thumb': "landscape",
|
||||
'Disc': "discart",
|
||||
'Backdrop': "fanart"
|
||||
'Backdrop': "fanart",
|
||||
'BoxRear': "poster"
|
||||
}
|
||||
|
||||
# Artwork is a dictionary
|
||||
|
|
Loading…
Reference in a new issue