Browse Source

optionsframe.py: Update TODO tags

doc-issue-template
MrS0m30n3 8 years ago
parent
commit
0afc463916
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl_gui/optionsframe.py

2
youtube_dl_gui/optionsframe.py

@ -32,6 +32,7 @@ from .formats import OUTPUT_FORMATS
#TODO Adjust layout
#TODO Set frame's min size
#TODO Add labels to gettext
#TODO Move all formats, etc to formats.py
class OptionsFrame(wx.Frame):
@ -326,7 +327,6 @@ class FormatsTab(TabPanel):
VIDEO_FORMATS = read_formats()
#TODO Move those to separate file?
AUDIO_FORMATS = ["mp3", "wav", "aac", "m4a", "vorbis", "opus"]
def __init__(self, *args, **kwargs):

Loading…
Cancel
Save