HMS

Home Media Server for Roku Players
git clone https://www.brianlane.com/git/HMS
Log | Files | Refs | README | LICENSE

commit a35809146466a72a0f063cc376e9fe38d1620693
parent 534ac02eab3c293bda5b68271ec77e7c3ab0a0e2
Author: Brian C. Lane <bcl@ibrianlane.com>
Date:   Mon, 19 Nov 2018 14:35:50 -0800

Fix typo in roPosterScreen type

Diffstat:
MHMS/source/appMediaServer.brs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HMS/source/appMediaServer.brs b/HMS/source/appMediaServer.brs @@ -13,7 +13,7 @@ Function mediaServer( url As String, has_keystore As Boolean ) As Object port = CreateObject("roMessagePort") screen = CreateObject("roPosterScreen") screen.SetMessagePort(port) - screen.SetListStyle("arced-portrtait") + screen.SetListStyle("arced-portrait") screen.setListDisplayMode("scale-to-fit") ' Build list of Category Names from the top level directories