forked from rc/aircox
streamer sound uri/path
This commit is contained in:
@ -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. """
|
||||
|
Reference in New Issue
Block a user