[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):
|
def get_absolute_url(self):
|
||||||
return reverse("tasks:task_detail", kwargs={"slug": self.uuid})
|
return reverse("tasks:task_detail", kwargs={"slug": self.uuid})
|
||||||
|
|
||||||
@property
|
# @property
|
||||||
def logdata_cls(self):
|
# def logdata_cls(self):
|
||||||
return TaskLogData
|
# return TaskLogData
|
||||||
|
|
||||||
def source_url_for_user(self, user_id) -> str:
|
def source_url_for_user(self, user_id) -> str:
|
||||||
url = ""
|
url = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user