From c827ffcff6f897de399f80abaad3061ace439632 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 6 Aug 2026 10:40:24 +0200 Subject: [PATCH] bugfix --- teleforma/models/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/teleforma/models/core.py b/teleforma/models/core.py index 03767df6..4741edfa 100644 --- a/teleforma/models/core.py +++ b/teleforma/models/core.py @@ -1168,7 +1168,6 @@ class Media(MediaBase): self.duration = datetime.timedelta(days=0, seconds=float(result.stdout)) except: logger.info("failed to set duration of media.id: " + str(self.id)) - continue class Meta(MetaCore): db_table = app_label + '_' + 'media' -- 2.47.3