Open johnsturgeon opened 4 months ago
def is_duplicate(self, other): return self.hash_val == other.hash_val def is_identical(self, other): return self.track == other.track
Along with property self.hash_val = str(f"{self.title}{self.artist}{self.album}{self.duration}")
self.hash_val = str(f"{self.title}{self.artist}{self.album}{self.duration}")
Along with property
self.hash_val = str(f"{self.title}{self.artist}{self.album}{self.duration}")