Skip to content

Commit

Permalink
Fix import notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Jan 17, 2025
1 parent f360759 commit 200e9db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion client/src/root-helpers/web-browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ export function isIphone () {
export function isAndroid () {
return /Android/i.test(navigator.userAgent)
}

Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 200e9db

Please sign in to comment.