forked from rc/aircox
fix podcasts
This commit is contained in:
@ -58,7 +58,7 @@
|
||||
|
||||
{% block actions %}
|
||||
{{ block.super }}
|
||||
{% if object.sound_set.count %}
|
||||
{% if object.episodesound_set.available.public.count %}
|
||||
<button class="button action" @click="player.playButtonClick($event)"
|
||||
data-sounds="{{ object.podcasts|json }}">
|
||||
<span class="icon is-small">
|
||||
|
Reference in New Issue
Block a user