Revert "Major refactor of many things."

This reverts commit 6b843f1fc2.
This commit is contained in:
2020-04-11 00:42:44 +03:00
parent 75b2fc6bfe
commit dbc74fbc0a
28 changed files with 182 additions and 375 deletions

View File

@@ -7,7 +7,7 @@ from YtManagerApp.dynamic_preferences_registry import MarkDeletedAsWatched, Auto
DownloadPath, DownloadFilePattern, DownloadFormat, DownloadSubtitles, DownloadAutogeneratedSubtitles, \
DownloadAllSubtitles, DownloadSubtitlesLangs, DownloadSubtitlesFormat
from YtManagerApp.models import VIDEO_ORDER_CHOICES
from YtManagerApp.management.services import Services
from YtManagerApp.services import Services
class SettingsForm(forms.Form):