Load fulltitle from the metadata

This commit is contained in:
tcely 2025-02-17 07:52:12 -05:00 committed by GitHub
parent 676b2c3ace
commit b71236651a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -558,7 +558,7 @@ class Media(models.Model):
METADATA_FIELDS = {
**(_same_name('upload_date')),
**(_same_name('timestamp')),
**(_same_name('title')),
**(_same_name('fulltitle', 'title')),
**(_same_name('description')),
**(_same_name('duration')),
**(_same_name('formats')),