diff --git a/lyric_search_new/constructors.py b/lyric_search_new/constructors.py index 86f4776..1e49ddf 100644 --- a/lyric_search_new/constructors.py +++ b/lyric_search_new/constructors.py @@ -20,4 +20,4 @@ class LyricsResult: def todict(self): """Return as dict""" - return {k: type(v)(v) for k, v in asdict(self).items()} \ No newline at end of file + return asdict(self) \ No newline at end of file