mirror of
https://github.com/beetbox/beets.git
synced 2026-01-28 11:07:01 +01:00
arranged hash
This commit is contained in:
parent
048b5c2151
commit
a51ef113d3
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class Map(dict):
|
|||
del self.__dict__[key]
|
||||
|
||||
def __hash__(self):
|
||||
return self.id
|
||||
return id(self)
|
||||
|
||||
|
||||
class AlbumInfo(Map):
|
||||
|
|
|
|||
Loading…
Reference in a new issue