Fix resume for auto play which was broken in RLL 0.8.0 update. (#5051)

This commit is contained in:
Draper
2021-05-25 16:04:24 +01:00
committed by GitHub
parent f8ecc32dbc
commit ca373052c5
2 changed files with 2 additions and 1 deletions

View File

@@ -124,4 +124,6 @@ class LavalinkTasks(MixinMeta, metaclass=CompositeMetaClass):
"See above tracebacks for details."
)
return
if external:
await asyncio.sleep(5)
self._restore_task = asyncio.create_task(self.restore_players())