Major Spotify impl rewrite + some other goodies
This commit is contained in:
parent
c8cd3fe599
commit
c02796db42
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue