From a51ef113d3fd1642f5c7298895697dae76fc9b1c Mon Sep 17 00:00:00 2001 From: soergeld Date: Mon, 27 Apr 2020 15:59:21 +0200 Subject: [PATCH] arranged hash --- beets/autotag/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/autotag/hooks.py b/beets/autotag/hooks.py index 0c6e1eb80..350ca065c 100644 --- a/beets/autotag/hooks.py +++ b/beets/autotag/hooks.py @@ -72,7 +72,7 @@ class Map(dict): del self.__dict__[key] def __hash__(self): - return self.id + return id(self) class AlbumInfo(Map):