[music] Fix logdata lookup for music
Some checks failed
build / test (push) Has been cancelled

This commit is contained in:
2026-06-16 11:30:54 -04:00
parent d2705758c6
commit b8384166de
2 changed files with 8 additions and 3 deletions

View File

@ -600,8 +600,9 @@ class Track(ScrobblableMixin):
def __str__(self):
return f"{self.title} by {self.artist}"
@property
def logdata_cls(self):
return TrackLogData()
return TrackLogData
@property
def primary_album(self):