Remove unused SOURCE_RESOLUTION*

This commit is contained in:
tcely 2025-02-13 08:43:08 -05:00 committed by GitHub
parent 8a044567a5
commit bc284568df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,10 +41,6 @@ class Source(models.Model):
or a YouTube playlist. or a YouTube playlist.
''' '''
SOURCE_RESOLUTION_1080P = V(SourceResolution.VIDEO_1080P)
SOURCE_RESOLUTION_AUDIO = V(SourceResolution.AUDIO)
SOURCE_RESOLUTIONS = SourceResolution.values
SOURCE_VCODEC_VP9 = V(YouTube_VideoCodec.VP9) SOURCE_VCODEC_VP9 = V(YouTube_VideoCodec.VP9)
SOURCE_VCODEC_CHOICES = list(reversed(YouTube_VideoCodec.choices[1:])) SOURCE_VCODEC_CHOICES = list(reversed(YouTube_VideoCodec.choices[1:]))