From c35397db00c404133832452e2622f18d1f9f8cbb Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Sat, 15 Oct 2016 00:39:27 +0300 Subject: [PATCH] optionsframe.py: Update TODO tags --- youtube_dl_gui/optionsframe.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youtube_dl_gui/optionsframe.py b/youtube_dl_gui/optionsframe.py index af3c58d..287638e 100644 --- a/youtube_dl_gui/optionsframe.py +++ b/youtube_dl_gui/optionsframe.py @@ -26,7 +26,7 @@ from .utils import ( get_icon_file, read_formats ) -#TODO Set up load-save methods +#TODO Bind events #TODO Adjust layout #TODO Set frame's min size #TODO Add labels to gettext @@ -333,7 +333,7 @@ class FormatsTab(TabPanel): VIDEO_FORMATS = read_formats() - #TODO Move those to separate file + #TODO Move those to separate file? AUDIO_FORMATS = ["mp3", "wav", "aac", "m4a", "vorbis", "opus"] def __init__(self, *args, **kwargs):