chore(api): fix some linting errors

This commit is contained in:
jo 2022-06-22 13:27:10 +02:00 committed by Kyle Robbertze
parent 1e83a91b5e
commit ec8c18097d
6 changed files with 7 additions and 8 deletions

View file

@ -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