Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
fix: Cache plugins exposed state:
Cache the 'has plugins API' state to prevent needing to contact the server before attempting to establish a SignalR connection, among other things.
This change will fix the regression causing the auto-start SignalR option to causing Jellyfin to fail to start properly if the Shoko Server instance is available while Jellyfin is starting.
chore: Minor tweaks.
fix: Re-allow anon. traffic for images:
Fixes the regression caused by "fix: make endpoints use auth".
fix: Don't auto enable display mode for auto search:
Fixes a bug where auto image search would use display mode values causing the selection logic to be more dependent on Jellyfin then on the plugin due to community ratings and/or image dimensions being set.
chore: Consolidate code paths.
fix: Fix tmdb episode page urls.
misc: Tweak logging during signalr connect.
misc: Tweak signalr server timeout to match server.
feat: Add option to set image dimensions in auto image search.