How can I get a unique string to use to bypass caching. Is there a way to get the current time on the Roku?
http://sdkdocs.roku.com/display/RokuSDKv43/ifDateTime
dt = CreateObject("roDateTime")
cachebuster = dt.AsSeconds().ToStr()
How can I get a unique string to use to bypass caching. Is there a way to get the current time on the Roku?
http://sdkdocs.roku.com/display/RokuSDKv43/ifDateTime
dt = CreateObject("roDateTime")
cachebuster = dt.AsSeconds().ToStr()