Merge branch 'main' into feature/readonly-sharing

# Conflicts:
#	server/src/services/album.service.ts
This commit is contained in:
mgabor
2024-04-12 17:20:36 +02:00
250 changed files with 9537 additions and 4911 deletions

View File

@@ -464,7 +464,7 @@ FROM
WHERE
(
(
("AssetEntity"."ownerId" = $1)
("AssetEntity"."libraryId" = $1)
AND ("AssetEntity"."checksum" = $2)
)
)