mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 14:06:36 +00:00
Merge pull request #736 from tcely/patch-2
Some checks are pending
Run Django tests for TubeSync / test (3.10) (push) Waiting to run
Run Django tests for TubeSync / test (3.11) (push) Waiting to run
Run Django tests for TubeSync / test (3.12) (push) Waiting to run
Run Django tests for TubeSync / test (3.7) (push) Waiting to run
Run Django tests for TubeSync / test (3.8) (push) Waiting to run
Run Django tests for TubeSync / test (3.9) (push) Waiting to run
Run Django tests for TubeSync / containerise (push) Waiting to run
Some checks are pending
Run Django tests for TubeSync / test (3.10) (push) Waiting to run
Run Django tests for TubeSync / test (3.11) (push) Waiting to run
Run Django tests for TubeSync / test (3.12) (push) Waiting to run
Run Django tests for TubeSync / test (3.7) (push) Waiting to run
Run Django tests for TubeSync / test (3.8) (push) Waiting to run
Run Django tests for TubeSync / test (3.9) (push) Waiting to run
Run Django tests for TubeSync / containerise (push) Waiting to run
Load `fulltitle` from the `metadata`
This commit is contained in:
commit
e4183c3653
@ -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')),
|
||||
|
Loading…
Reference in New Issue
Block a user