diff --git a/Sources/dafl_project_flutter/lib/model/spot.dart b/Sources/dafl_project_flutter/lib/model/spot.dart index f47b488..6cbedc9 100644 --- a/Sources/dafl_project_flutter/lib/model/spot.dart +++ b/Sources/dafl_project_flutter/lib/model/spot.dart @@ -10,7 +10,7 @@ class Spot { bool operator ==(Object other) => other is Spot && runtimeType == other.runtimeType && - userId == other.userId; + music.name == other.music.name; @override int get hashCode => music.hashCode;