[tasks] Remove data class until we fix it

This commit is contained in:
2024-11-01 16:03:20 -04:00
parent 38e108c1ae
commit f2998205e1

View File

@ -38,9 +38,9 @@ class Task(LongPlayScrobblableMixin):
def get_absolute_url(self):
return reverse("tasks:task_detail", kwargs={"slug": self.uuid})
@property
def logdata_cls(self):
return TaskLogData
# @property
# def logdata_cls(self):
# return TaskLogData
def source_url_for_user(self, user_id) -> str:
url = ""