diff --git a/files/routes/admin.py b/files/routes/admin.py index 2270475b5..02df54d62 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -1976,8 +1976,8 @@ 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']) + # video_info = ffmpeg.probe(data) + seconds = 14042.778750 end_utc = int(time.time() + seconds) else: abort(400)