[music] Fix logdata bug
This commit is contained in:
@ -611,7 +611,7 @@ class Track(ScrobblableMixin):
|
|||||||
return f"{self.title} by {self.artist}"
|
return f"{self.title} by {self.artist}"
|
||||||
|
|
||||||
def logdata_cls(self):
|
def logdata_cls(self):
|
||||||
return TrackLogData
|
return TrackLogData()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def primary_album(self):
|
def primary_album(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user