stffart / mopidy-yamusic

Backend extension for mopidy with yandexmusic provider
GNU General Public License v3.0
3 stars 1 forks source link

fix: crash on python 3.10+ #4

Open obsqrbtz opened 11 months ago

obsqrbtz commented 11 months ago

Extension fails to load on python 3.10+ due to use of deprecated @asyncio.coroutine. This commit resolves the issue. Tested on Python 3.11.5, Arch Linux.