lyarenei / jellyfin-plugin-listenbrainz

ListenBrainz plugin for Jellyfin.
MIT License
65 stars 2 forks source link

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

Closed lyarenei closed 5 months ago

lyarenei commented 5 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