diff --git a/vrobbler/apps/music/models.py b/vrobbler/apps/music/models.py index fff2324..cf7e723 100644 --- a/vrobbler/apps/music/models.py +++ b/vrobbler/apps/music/models.py @@ -611,7 +611,7 @@ class Track(ScrobblableMixin): return f"{self.title} by {self.artist}" def logdata_cls(self): - return TrackLogData + return TrackLogData() @property def primary_album(self):