Skip to content

Commit

Permalink
Update FFMPEGAudioEncoder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jessielw committed Nov 10, 2021
1 parent fa527fe commit 8fd2512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FFMPEGAudioEncoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import threading
import shutil
from Packages.DirectoryCheck import directory_check
from Packages.YoutubeDLGui import youtube_dl_launcher_for_ffmpegaudioencoder
from Packages.SimpleYoutubeDLGui import youtube_dl_launcher_for_ffmpegaudioencoder
from Packages.FFMPEGAudioEncoderBatch import batch_processing
from Packages.About import openaboutwindow
from configparser import ConfigParser
Expand All @@ -32,7 +32,7 @@ def root_exit_function():
root.destroy()

root = TkinterDnD.Tk()
root.title("FFMPEG Audio Encoder v3.35")
root.title("FFMPEG Audio Encoder v3.36")
root.iconphoto(True, PhotoImage(file="Runtime/Images/topbar.png"))
root.configure(background="#434547")
window_height = 220
Expand Down

0 comments on commit 8fd2512

Please sign in to comment.