mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 21:16:38 +00:00
Remove unused SOURCE_RESOLUTION*
This commit is contained in:
parent
8a044567a5
commit
bc284568df
@ -41,10 +41,6 @@ class Source(models.Model):
|
||||
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_CHOICES = list(reversed(YouTube_VideoCodec.choices[1:]))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user