commit d26f4e8152141d020128ce9fef058f440d369540 parent 4de8b67965c087c8529ccc05f5cb76ed5bca7c0d Author: Brian C. Lane <bcl@ibrianlane.com> Date: Sun, 26 May 2013 16:51:45 -0700 Get default covers from server Diffstat:
M | HMS/source/appDisplayDirectory.brs | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/HMS/source/appDisplayDirectory.brs b/HMS/source/appDisplayDirectory.brs @@ -120,8 +120,8 @@ Function MovieObject(file As Object, url As String, listing as Object) As Object o.ShortDescriptionLine1 = file[1]["basename"] ' Default images - o.SDPosterUrl = "pkg:/dir-SD.png" - o.HDPosterUrl = "pkg:/dir-HD.png" + o.SDPosterUrl = url+"default-SD.png" + o.HDPosterUrl = url+"default-HD.png" ' Search for SD & HD images and .bif files for i = 0 to listing.Count()-1