mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-25 22:46:34 +00:00
Invalidate the cached metadata
This commit is contained in:
parent
24db1f072d
commit
47a3220c42
@ -1117,6 +1117,7 @@ class Media(models.Model):
|
|||||||
site=site,
|
site=site,
|
||||||
key=self.key,
|
key=self.key,
|
||||||
)
|
)
|
||||||
|
setattr(self, '_cached_metadata_dict', None)
|
||||||
return md.ingest_metadata(data)
|
return md.ingest_metadata(data)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user