[tasks] Remove data class until we fix it
This commit is contained in:
@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user