mini-player: backup before trying to include it in template

This commit is contained in:
Agahnim 2026-03-20 09:15:44 +01:00
parent 77730031f7
commit 55fa3b9196
3 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,7 @@
<body hx-boost="true" hx-target="#content">
{% include "partials/header.html" %}
<div hx-get="/miniplayer" hx-trigger="load" hx-swap="innerHtml"></div>
<!-- <div hx-get="/miniplayer" hx-trigger="load" hx-swap="outerHtml"></div> -->
<main id="content">
{% block content %}{% endblock %}
</main>