docstrings / formatting
This commit is contained in:
@@ -223,6 +223,7 @@ class RadioUtil:
|
||||
"artist": double_space.sub(" ", result["artist"].strip()),
|
||||
"song": double_space.sub(" ", result["song"].strip()),
|
||||
"artistsong": result["artistsong"].strip(),
|
||||
"album": result["album"].strip() if result["album"] else "N/A",
|
||||
"genre": self.get_genre(
|
||||
double_space.sub(" ", result["artist"].strip())
|
||||
),
|
||||
|
Reference in New Issue
Block a user