handle embed in playlists

This commit is contained in:
bkfox
2018-02-23 15:06:09 +01:00
parent 82005261bb
commit 04c3330c21
3 changed files with 10 additions and 0 deletions

View File

@ -617,6 +617,9 @@ class DiffusionPage(Publication):
archive = self.publish_archive, excerpt = True
)
)
print("--", self.diffusion.get_sounds(
archive = self.publish_archive, excerpt = True
))
return context
def save(self, *args, **kwargs):