|
@@ -82,7 +82,7 @@ class Task(LongPlayScrobblableMixin):
|
|
|
|
|
|
def subtitle_for_user(self, user_id):
|
|
|
scrobble = self.scrobbles(user_id).first()
|
|
|
- return scrobble.logdata.description or ""
|
|
|
+ return scrobble.logdata.title or ""
|
|
|
|
|
|
@classmethod
|
|
|
def find_or_create(cls, title: str) -> "Task":
|