diff --git a/devine/core/tracks/track.py b/devine/core/tracks/track.py index db5d445..b8598ab 100644 --- a/devine/core/tracks/track.py +++ b/devine/core/tracks/track.py @@ -97,7 +97,7 @@ class Track: if not id_: this = copy(self) this.url = self.url.rsplit("?", maxsplit=1)[0] - checksum = crc32(repr(self).encode("utf8")) + checksum = crc32(repr(this).encode("utf8")) id_ = hex(checksum)[2:] self.id = id_