Make timestamp a 64bit integer

Signed-off-by: martin f. krafft <madduck@madduck.net>
This commit is contained in:
martin f. krafft 2023-11-11 20:32:42 +01:00
parent c1910ae000
commit ffce5868a6

View File

@ -15,7 +15,7 @@ object AddonOutputExample extends Helper {
BackendCommand.ItemUpdate(
itemId = id("XabZ-item-id"),
actions = List(
ItemAction.SetDate(1699632496000),
ItemAction.SetDate(1699632496000L),
ItemAction.AddTags(Set("tag1", "tag2")),
ItemAction.ReplaceTags(Set("tagX", "tagY")),
ItemAction.RemoveTags(Set("tag0", "tag9")),