cleanup
This commit is contained in:
@ -17,4 +17,26 @@ class LyricsResult:
|
||||
src: str
|
||||
lyrics: Union[str, list]
|
||||
confidence: int
|
||||
time: float = 0.00
|
||||
time: float = 0.00
|
||||
|
||||
|
||||
"""
|
||||
Generic
|
||||
"""
|
||||
class InvalidLyricSearchResponseException(Exception):
|
||||
pass
|
||||
|
||||
"""
|
||||
Genius
|
||||
"""
|
||||
class InvalidGeniusResponseException(
|
||||
InvalidLyricSearchResponseException):
|
||||
pass
|
||||
|
||||
"""
|
||||
LRCLib
|
||||
"""
|
||||
|
||||
class InvalidLRCLibResponseException(
|
||||
InvalidLyricSearchResponseException):
|
||||
pass
|
Reference in New Issue
Block a user