hardcode ffmpeg version because the function returned errors

master
Jaka Perovšek 2023-12-15 20:44:29 +01:00
parent 906f3c073c
commit fa6e4a7316
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ def get_ffmpeg_version():
ffmpeg_version = fp.text
del fp
return ffmpeg_version
return "6.0"
def fetch_and_cut_song(tape, ffmpeg_version):

View File

@ -289,7 +289,7 @@ def create_deploy_frame(container, config):
frame_3.pack(side="top", fill="x")
does_ffmpeg_exists()
#does_ffmpeg_exists()
return frame