From 13501b42d194420f8e570d972941e35a604ad25f Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Tue, 13 Oct 2015 06:42:15 -0500 Subject: [PATCH] Adding support for Boxrear artwork For albums. --- resources/lib/TextureCache.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lib/TextureCache.py b/resources/lib/TextureCache.py index 215c517f..8172975e 100644 --- a/resources/lib/TextureCache.py +++ b/resources/lib/TextureCache.py @@ -130,7 +130,8 @@ class TextureCache(): 'Art': "clearart", 'Thumb': "landscape", 'Disc': "discart", - 'Backdrop': "fanart" + 'Backdrop': "fanart", + 'BoxRear': "poster" } # Artwork is a dictionary