Remoce Source.SOURCE_TYPES

This commit is contained in:
tcely 2025-02-11 23:10:23 -05:00 committed by GitHub
parent 44a6e0c69a
commit 47f3341b00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,6 @@ class Source(models.Model):
SOURCE_TYPE_YOUTUBE_CHANNEL = YouTube_SourceType.CHANNEL.value
SOURCE_TYPE_YOUTUBE_CHANNEL_ID = YouTube_SourceType.CHANNEL_ID.value
SOURCE_TYPE_YOUTUBE_PLAYLIST = YouTube_SourceType.PLAYLIST.value
SOURCE_TYPES = YouTube_SourceType.values
SOURCE_RESOLUTION_360P = '360p'
SOURCE_RESOLUTION_480P = '480p'