fix: lyrics should be embedded in the markdown format rather than html
This commit is contained in:
parent
919a99885c
commit
06ffae06a6
@ -34,6 +34,6 @@ class Lyrics(OuterProxy):
|
||||
@property
|
||||
def metadata(self) -> Metadata:
|
||||
return Metadata({
|
||||
id3Mapping.UNSYNCED_LYRICS: [self.text.html]
|
||||
id3Mapping.UNSYNCED_LYRICS: [self.text.markdown]
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user