From 7cad4ce396339d1587b0c4de3a6b99d3e587a595 Mon Sep 17 00:00:00 2001 From: tcely Date: Fri, 9 May 2025 01:45:42 -0400 Subject: [PATCH] Update source.py --- tubesync/sync/models/source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubesync/sync/models/source.py b/tubesync/sync/models/source.py index ce0bf5ab..0dcfbc98 100644 --- a/tubesync/sync/models/source.py +++ b/tubesync/sync/models/source.py @@ -10,7 +10,7 @@ from django.utils.text import slugify from django.utils.translation import gettext_lazy as _ from ..choices import (Val, SponsorBlock_Category, YouTube_SourceType, IndexSchedule, - CapChoices, FilterSeconds, FileExtension, + CapChoices, Fallback, FileExtension, FilterSeconds, SourceResolution, SourceResolutionInteger, YouTube_VideoCodec, YouTube_AudioCodec, )