Corregir parametro has_clip: usar 1 en vez de true
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 2m41s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 2m41s
This commit is contained in:
@@ -30,7 +30,7 @@ export default defineEventHandler(async (event) => {
|
|||||||
params.set('camera', camera.replace(/_main$|_sub$/, ''))
|
params.set('camera', camera.replace(/_main$|_sub$/, ''))
|
||||||
}
|
}
|
||||||
params.set('limit', limit.toString())
|
params.set('limit', limit.toString())
|
||||||
params.set('has_clip', 'true') // Solo eventos con clip
|
params.set('has_clip', '1') // Solo eventos con clip (1 = true)
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await fetch(
|
const response = await fetch(
|
||||||
|
|||||||
Reference in New Issue
Block a user