[music] Fix logdata bug
This commit is contained in:
@ -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):
|
||||
|
||||
Reference in New Issue
Block a user