Remove assertion

This commit is contained in:
tcely 2025-05-01 09:21:21 -04:00 committed by GitHub
parent ddf9012210
commit f856caa024
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1312,7 +1312,6 @@ class Media(models.Model):
return self.get_metadata_first_value(('fulltitle', 'title',), '')
def ts_to_dt(self, /, timestamp):
assert timestamp is not None
try:
timestamp_float = float(timestamp)
except Exception as e: