Skip to content

Commit

Permalink
Merge pull request #736 from tcely/patch-2
Browse files Browse the repository at this point in the history
Load `fulltitle` from the `metadata`
  • Loading branch information
meeb authored Feb 18, 2025
2 parents 54487d8 + b712366 commit e4183c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tubesync/sync/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')),
Expand Down

0 comments on commit e4183c3

Please sign in to comment.