mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Use a function instead of a property
This commit is contained in:
parent
37b15ed625
commit
35a4d2fd39
@ -1032,7 +1032,6 @@ class Media(models.Model):
|
||||
field = self.get_metadata_field('title')
|
||||
return self.loaded_metadata.get(field, '').strip()
|
||||
|
||||
@property
|
||||
def metadata_published(self, timestamp=None):
|
||||
published_dt = None
|
||||
if timestamp is None:
|
||||
|
Loading…
Reference in New Issue
Block a user