This commit is contained in:
codey 2025-02-12 10:57:02 -05:00
parent ee8407a7e7
commit 40a8d23406

View File

@ -53,6 +53,8 @@ class LastFM(FastAPI):
'success': True, 'success': True,
'result': artist_result 'result': artist_result
} }
# test
async def artist_album_handler(self, data: ValidArtistSearchRequest) -> dict: async def artist_album_handler(self, data: ValidArtistSearchRequest) -> dict:
""" """