mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-12-03 11:50:56 +00:00
Sent time in UTC when marking item played
This commit is contained in:
parent
c8943318d5
commit
29e9960fc8
@ -13,7 +13,6 @@ end function
|
||||
|
||||
function MarkItemWatched(id as String)
|
||||
date = CreateObject("roDateTime")
|
||||
date.toLocalTime()
|
||||
dateStr = stri(date.getYear()).trim()
|
||||
dateStr += leftPad(stri(date.getMonth()).trim(), "0", 2)
|
||||
dateStr += leftPad(stri(date.getDayOfMonth()).trim(), "0", 2)
|
||||
|
Loading…
Reference in New Issue
Block a user