mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	fix(server): without queries (#2621)
This commit is contained in:
		@@ -117,7 +117,6 @@ export class AssetRepository implements IAssetRepository {
 | 
			
		||||
        };
 | 
			
		||||
        where = {
 | 
			
		||||
          isVisible: true,
 | 
			
		||||
          resizePath: Not(IsNull()),
 | 
			
		||||
          exifInfo: {
 | 
			
		||||
            assetId: IsNull(),
 | 
			
		||||
          },
 | 
			
		||||
@@ -130,6 +129,7 @@ export class AssetRepository implements IAssetRepository {
 | 
			
		||||
        };
 | 
			
		||||
        where = {
 | 
			
		||||
          isVisible: true,
 | 
			
		||||
          resizePath: Not(IsNull()),
 | 
			
		||||
          smartInfo: {
 | 
			
		||||
            clipEmbedding: IsNull(),
 | 
			
		||||
          },
 | 
			
		||||
@@ -141,7 +141,7 @@ export class AssetRepository implements IAssetRepository {
 | 
			
		||||
          smartInfo: true,
 | 
			
		||||
        };
 | 
			
		||||
        where = {
 | 
			
		||||
          resizePath: IsNull(),
 | 
			
		||||
          resizePath: Not(IsNull()),
 | 
			
		||||
          isVisible: true,
 | 
			
		||||
          smartInfo: {
 | 
			
		||||
            tags: IsNull(),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user