mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 05:26:37 +00:00
Load fulltitle
from the metadata
This commit is contained in:
parent
676b2c3ace
commit
b71236651a
@ -558,7 +558,7 @@ class Media(models.Model):
|
|||||||
METADATA_FIELDS = {
|
METADATA_FIELDS = {
|
||||||
**(_same_name('upload_date')),
|
**(_same_name('upload_date')),
|
||||||
**(_same_name('timestamp')),
|
**(_same_name('timestamp')),
|
||||||
**(_same_name('title')),
|
**(_same_name('fulltitle', 'title')),
|
||||||
**(_same_name('description')),
|
**(_same_name('description')),
|
||||||
**(_same_name('duration')),
|
**(_same_name('duration')),
|
||||||
**(_same_name('formats')),
|
**(_same_name('formats')),
|
||||||
|
Loading…
Reference in New Issue
Block a user