This commit is contained in:
2026-07-26 22:00:09 +02:00
parent 0782fa3de0
commit ebd3cf4709
+1 -1
View File
@@ -177,7 +177,7 @@ def process():
if is_video_url(url):
success, errorMSG = send_to_metube(url)
wasVideo = true
wasVideo = True
else:
success, errorMSG = send_to_archivebox(url)