mirror of
https://github.com/zhaarey/AppleMusicDecrypt.git
synced 2025-10-23 15:11:06 +00:00
fixup! fix: raise exception when unable to get lyrics
This commit is contained in:
@@ -22,4 +22,4 @@ class Datum(BaseModel):
|
|||||||
|
|
||||||
|
|
||||||
class SongLyrics(BaseModel):
|
class SongLyrics(BaseModel):
|
||||||
data: List[Datum]
|
data: Optional[List[Datum]] = None
|
||||||
|
|||||||
Reference in New Issue
Block a user