mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 01:11:13 +03:00
Version v1.72.0
This commit is contained in:
@@ -26,9 +26,9 @@ class AssetStatsResponseDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is AssetStatsResponseDto &&
|
||||
other.images == images &&
|
||||
other.total == total &&
|
||||
other.videos == videos;
|
||||
other.images == images &&
|
||||
other.total == total &&
|
||||
other.videos == videos;
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
||||
Reference in New Issue
Block a user