[tracks] Add mopidy queue button
All checks were successful
build / test (push) Successful in 2m2s

This commit is contained in:
2026-06-04 13:11:21 -04:00
parent a70343d6f3
commit ee01e3d8df
7 changed files with 113 additions and 3 deletions

View File

@ -0,0 +1,18 @@
# Generated by Django 4.2.30 on 2026-06-04 16:27
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("profiles", "0032_userprofile_weigh_in_units"),
]
operations = [
migrations.AddField(
model_name="userprofile",
name="mopidy_api_url",
field=models.CharField(blank=True, max_length=255, null=True),
),
]