[templates] Limit home scrobbles to 20 by default, configurable
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.29 on 2026-05-07 19:26
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("profiles", "0030_userprofile_widget_custom_css"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="userprofile",
|
||||
name="home_scrobble_limit",
|
||||
field=models.IntegerField(default=20),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user