mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Removing useless types
This commit is contained in:
@@ -4,18 +4,6 @@ from enum import Enum
|
|||||||
class Provider(Enum):
|
class Provider(Enum):
|
||||||
"""Store Enum Types of the Providers"""
|
"""Store Enum Types of the Providers"""
|
||||||
Spotify = "Spotify"
|
Spotify = "Spotify"
|
||||||
Spotify_Playlist = "Spotify Playlist"
|
|
||||||
YouTube = "YouTube"
|
YouTube = "YouTube"
|
||||||
Name = 'Track Name'
|
Name = 'Track Name'
|
||||||
Unknown = "Unknown"
|
Unknown = "Unknown"
|
||||||
|
|
||||||
|
|
||||||
class Playlist_Types(Enum):
|
|
||||||
Spotify_Playlist = "Spotify Playlist"
|
|
||||||
YouTube_Playlist = "YouTube Playlist"
|
|
||||||
Unknown = "Unknown"
|
|
||||||
|
|
||||||
|
|
||||||
class Origins(Enum):
|
|
||||||
Default = "Default"
|
|
||||||
Playlist = "Playlist"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user