mini-player: implemented

This commit is contained in:
Agahnim 2026-03-20 11:28:11 +01:00
parent 310f79c14e
commit 400402e960
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
10 changed files with 81 additions and 23 deletions

5
templates/music.html Normal file
View file

@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block content %}
{% include "partials/music.html" %}
{% endblock %}