diff --git a/images/channel-poster_sd.png b/images/channel-poster_sd.png index 6a46199..52cd654 100755 Binary files a/images/channel-poster_sd.png and b/images/channel-poster_sd.png differ diff --git a/images/channel-poster_sd.png~ b/images/channel-poster_sd.png~ new file mode 100755 index 0000000..6a46199 Binary files /dev/null and b/images/channel-poster_sd.png~ differ diff --git a/manifest b/manifest index b4f684c..61385df 100755 --- a/manifest +++ b/manifest @@ -5,10 +5,10 @@ # ## Channel Details -title=Unofficial XKCD Reader for RokuĀ® +title=Unofficial XKCD Reader major_version=1 minor_version=0 -build_version=00001 +build_version=00005 ## Channel Assets ### Main Menu Icons / Channel Poster Artwork diff --git a/out/roku-deploy.zip b/out/roku-deploy.zip index c02571c..b75d706 100755 Binary files a/out/roku-deploy.zip and b/out/roku-deploy.zip differ diff --git a/source/Main.brs b/source/Main.brs index ebbe858..f1ecf5c 100755 --- a/source/Main.brs +++ b/source/Main.brs @@ -7,6 +7,7 @@ sub Main() scene = screen.CreateScene("BigScene") screen.show() + m.currentScene = scene while(true) msg = wait(0, m.port) diff --git a/source/literally_everything.brs b/source/literally_everything.brs index 882f2b4..dd411f2 100644 --- a/source/literally_everything.brs +++ b/source/literally_everything.brs @@ -124,6 +124,8 @@ function getNewestComicLol() m.getLatestComicTask.comicid = "" m.getLatestComicTask.observeField("comic", "startComicInitial") m.getLatestComicTask.control = "RUN" + + m.currentScene.signalBeacon("AppLaunchComplete") end function function startComicInitial() @@ -140,6 +142,7 @@ function startComicInitial() end function function getcomic() + ?m.ct.comic if m.ct.comic = invalid then m.title.text = "For some reason, that failed."