formatting / minor
This commit is contained in:
@@ -766,7 +766,7 @@ class Radio(FastAPI):
|
||||
|
||||
# Try SR first with timeout
|
||||
try:
|
||||
async with asyncio.timeout(10.0): # 5 second timeout
|
||||
async with asyncio.timeout(10.0): # 10 second timeout
|
||||
lrc = await self.sr_util.get_lrc_by_artist_song(
|
||||
artist, title, duration=duration
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user