lyarenei / jellyfin-plugin-listenbrainz

ListenBrainz plugin for Jellyfin.
MIT License
78 stars 3 forks source link

Propagate errors from async methods and simplify LB API client #73

Closed lyarenei closed 9 months ago

lyarenei commented 10 months ago

Fix calling asynchronous methods from synchronous methods so the exceptions are propagated correctly. Also simplify the client interface and handle more error states.

Closes #70