streamer sound uri/path

This commit is contained in:
bkfox
2022-03-26 16:23:46 +01:00
parent 66f02bdb05
commit fb665aff5d
7 changed files with 32 additions and 9 deletions

View File

@ -327,7 +327,7 @@ class PlaylistSource(Source):
def get_playlist(self):
""" Get playlist from db """
return self.get_sound_queryset().paths()
return self.get_sound_queryset().playlist()
def write_playlist(self, playlist=[]):
""" Write playlist to file. """