9 lines
215 B
HTML
9 lines
215 B
HTML
{% extends "admin.html" %}
|
|
{% block admin_content %}
|
|
<h4>Resolve Issues which occured during the linking between a spotify track and jellyfin track</h4>
|
|
|
|
|
|
{% include 'partials/_track_table.html' %}
|
|
|
|
{% endblock %}
|