Change default M3U hash key to URL only for new installs.

This commit is contained in:
SergeantPanda 2025-10-02 09:28:02 -05:00
parent a3e4f23891
commit f90b24db40

View file

@ -8,7 +8,7 @@ def preload_core_settings(apps, schema_editor):
CoreSettings.objects.create(
key=slugify("M3U Hash Key"),
name="M3U Hash Key",
value="name,url,tvg_id",
value="url",
)
class Migration(migrations.Migration):