fix seek for items

This commit is contained in:
j 2025-01-30 08:53:25 +05:30
commit 5591739531
4 changed files with 24 additions and 13 deletions

View file

@ -67,6 +67,7 @@ function parseURL() {
id = id.replace('/editor/', '/').replace('/player/', '/')
type = "item"
}
//console.log(type, id, args)
return [type, id, args]
}