chore(api): fix some linting errors
This commit is contained in:
parent
1e83a91b5e
commit
ec8c18097d
6 changed files with 7 additions and 8 deletions
|
@ -52,7 +52,7 @@ class PlaylistContent(models.Model):
|
|||
fadeout = models.TimeField(blank=True, null=True)
|
||||
|
||||
def get_owner(self):
|
||||
return self.playlist.owner
|
||||
return self.playlist.get_owner()
|
||||
|
||||
class Meta:
|
||||
managed = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue