diff --git a/server/templates/collection_element.htm b/server/templates/collection_element.htm index e7bf44c..e9bfb64 100644 --- a/server/templates/collection_element.htm +++ b/server/templates/collection_element.htm @@ -29,6 +29,7 @@ Next Episode: {% set link = collection.next_episode %} {% if link %} + {{ macros.media_element_buttons(link.element) }} {{ link.element.title }} {%- if link.season != 0 -%} , Season {{ link.season }} @@ -48,6 +49,7 @@