[music] Fix logdata bug
All checks were successful
build & deploy / test (push) Successful in 1m38s
build & deploy / deploy (push) Successful in 20s

This commit is contained in:
2026-03-14 02:04:30 -04:00
parent ff3fe00afa
commit 1f67d4c0a6

View File

@ -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):