From bfefb120befb536027dfbc01f42cbdff95e0f78c Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 8 Oct 2023 23:13:25 +0300 Subject: [PATCH] temp fix again --- files/routes/admin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/routes/admin.py b/files/routes/admin.py index 6c4070095..b4f08818a 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -1976,8 +1976,7 @@ def start_orgy(v): orgy_type = 'file' data = normalized_link #not deduped, cuz cron checks local file, it can't check the url cuz of referrer restriction - video_info = ffmpeg.probe(data) - seconds = float(video_info['streams'][0]['duration']) + seconds = 14042.778750 end_utc = int(time.time() + seconds) else: abort(400)