Update lyrics.py
This commit is contained in:
@@ -9,6 +9,9 @@ from .formatted_text import FormattedText
|
||||
|
||||
|
||||
class Lyrics(DatabaseObject):
|
||||
COLLECTION_ATTRIBUTES = ["source_collection"]
|
||||
SIMPLE_ATTRIBUTES = ["text", "language"]
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
text: FormattedText,
|
||||
|
Reference in New Issue
Block a user