Fix import notification

This commit is contained in:
Chocobozzz 2025-01-17 15:08:35 +01:00
parent f3607593a3
commit 200e9dbd3c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 1 additions and 2 deletions

View File

@ -24,4 +24,3 @@ export function isIphone () {
export function isAndroid () {
return /Android/i.test(navigator.userAgent)
}

View File

@ -150,7 +150,7 @@ export class UserNotificationListQueryBuilder extends AbstractRunQuery {
"VideoImport->Video"."id" AS "VideoImport.Video.id",
"VideoImport->Video"."uuid" AS "VideoImport.Video.uuid",
"VideoImport->Video"."name" AS "VideoImport.Video.name",
"VideoImport->Video"."state" AS "VideoImport.Video.name",
"VideoImport->Video"."state" AS "VideoImport.Video.state",
"Plugin"."id" AS "Plugin.id",
"Plugin"."name" AS "Plugin.name",
"Plugin"."type" AS "Plugin.type",