create EpisodeSound & adapt; update list editors
This commit is contained in:
@ -80,7 +80,7 @@ class PlaylistSource(Source):
|
||||
|
||||
def get_sound_queryset(self):
|
||||
"""Get playlist's sounds queryset."""
|
||||
return self.program.sound_set.archive()
|
||||
return self.program.sound_set.broadcast()
|
||||
|
||||
def get_playlist(self):
|
||||
"""Get playlist from db."""
|
||||
|
Reference in New Issue
Block a user