This commit is contained in:
codey 2025-01-29 16:04:09 -05:00
parent 5c8fefb605
commit 7841c3f640

View File

@ -252,10 +252,6 @@ class LyricSearch(FastAPI):
if "cache" in result['src']:
result['from_cache'] = True
"""
REMOVE BELOW AFTER TESTING IS DONE
"""
if not data.extra:
result.pop('src')