mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-25 06:26:37 +00:00
Disable parent_link
This commit is contained in:
parent
baedb192f4
commit
24db1f072d
@ -1758,7 +1758,7 @@ class Metadata(models.Model):
|
||||
related_name='new_metadata',
|
||||
help_text=_('Media the metadata belongs to'),
|
||||
null=False,
|
||||
parent_link=True,
|
||||
parent_link=False,
|
||||
)
|
||||
site = models.CharField(
|
||||
_('site'),
|
||||
|
Loading…
Reference in New Issue
Block a user