upnp: do a full LoadItem from thumb loaders instead of FillLibraryArt
authorJoakim Plate <elupus@ecce.se>
Sat, 3 Nov 2012 16:22:30 +0000 (17:22 +0100)
committerJoakim Plate <elupus@ecce.se>
Sat, 19 Jan 2013 17:58:18 +0000 (18:58 +0100)
xbmc/network/upnp/UPnPInternal.cpp

index 4bf1fd3..b8bf9ac 100644 (file)
@@ -530,7 +530,7 @@ BuildObject(CFileItem&                    item,
 
     // determine the correct artwork for this item
     if (!thumb_loader.IsNull())
-        thumb_loader->FillLibraryArt(item);
+        thumb_loader->LoadItem(&item);
 
     // finally apply the found artwork
     thumb = item.GetArt("thumb");