Major Spotify impl rewrite + some other goodies

This commit is contained in:
Crussader 2021-10-30 17:03:32 +04:00 committed by GitHub
parent c8cd3fe599
commit c02796db42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -28,9 +28,6 @@ class NoNodesAvailable(PomiceException):
"""There are no nodes currently available.""" """There are no nodes currently available."""
pass pass
class OptionNotToggled(PomiceException):
"""The Option was not Toggled, Therefore the feature Could not be used."""
pass
class TrackInvalidPosition(PomiceException): class TrackInvalidPosition(PomiceException):
"""An invalid position was chosen for a track.""" """An invalid position was chosen for a track."""
@ -65,4 +62,3 @@ class SpotifyPlaylistLoadFailed(PomiceException):
class InvalidSpotifyClientAuthorization(PomiceException): class InvalidSpotifyClientAuthorization(PomiceException):
"""No Spotify client authorization was provided for track searching.""" """No Spotify client authorization was provided for track searching."""
pass pass