HMS

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

commit 3b8b5daa7e840c4deb89a10b5fea5bb2e44a8092
parent 6088b04e59db2cd1d03dc3874c5deeb2c6660c10
Author: Brian C. Lane <bcl@ibrianlane.com>
Date:   Fri, 24 Nov 2017 15:52:30 -0800

Update the time when playback finishes

Closes Issue #3

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

diff --git a/HMS/source/appMediaServer.brs b/HMS/source/appMediaServer.brs @@ -88,6 +88,7 @@ Function mediaServer( url As String, has_keystore As Boolean ) As Object end if end if end if + showTimeBreadcrumb(screen, true) end if else if msg = invalid then showTimeBreadcrumb(screen, true)