mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 22:16:37 +00:00
Remove created
condition
This commit is contained in:
parent
60ffc4cdc8
commit
1c9ef93ec9
@ -831,7 +831,6 @@ class Media(models.Model):
|
||||
|
||||
# Trigger an update of derived fields from metadata
|
||||
update_md = (
|
||||
self.created and
|
||||
self.has_metadata and
|
||||
(
|
||||
update_fields is None or
|
||||
|
Loading…
Reference in New Issue
Block a user