mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:27:09 -05:00 
			
		
		
		
	fix(server): get shared link album info doesn't contain owner property (#1708)
This commit is contained in:
		
							parent
							
								
									1d1d71c779
								
							
						
					
					
						commit
						263598f2cf
					
				@ -20,7 +20,7 @@ export class AlbumEntity {
 | 
				
			|||||||
  @Column()
 | 
					  @Column()
 | 
				
			||||||
  ownerId!: string;
 | 
					  ownerId!: string;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  @ManyToOne(() => UserEntity)
 | 
					  @ManyToOne(() => UserEntity, { eager: true })
 | 
				
			||||||
  owner!: UserEntity;
 | 
					  owner!: UserEntity;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  @Column({ default: 'Untitled Album' })
 | 
					  @Column({ default: 'Untitled Album' })
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user