mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Change default M3U hash key to URL only for new installs.
This commit is contained in:
parent
a3e4f23891
commit
f90b24db40
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue