Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
feat: Add third-party display link settings:
Added configuration options to control which third-party providers display links in the user interface. Introduced settings to limit the maximum number of links shown per provider type and an option to include extra identifier information in link names. Updated the settings page UI and frontend logic to support these new configurations.
refactor: Add json converter for partial date support:
Added JsonPartialDateTimeConverter to parse flexible date formats. Replaced manual validation in AirDate and EndDate properties to centralize logic and reduce boilerplate.