lyarenei / jellyfin-plugin-listenbrainz

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

[Bug]: track number field doesn't match docs #71

Closed UnviableFriend closed 5 months ago

UnviableFriend commented 5 months ago

Bug description

I was comparing data all the different LB submission clients sent and noticed an inconsistency, and checking the docs it seems the format for the track number field by this plugin is slightly incorrect. https://listenbrainz.readthedocs.io/en/latest/users/json.html#payload-json-details The Jellyfin Plugin is sending track_metadata.additional_info.track_number where most other clients, and the docs use track_metadata.additional_info.tracknumber Relatively minor but thought I would mention it as it would be a small change.

Steps to reproduce

Click 3 dot menu on LB listens page, inspect listen

Expected behavior

No response

Actual behavior

No response

Relevant log output

No response

Plugin version

3.3.0.0

Jellyfin Version

10.8.13

Additional context

No response

lyarenei commented 5 months ago

@UnviableFriend Nice find, thanks for reporting. It should be fixed with plugin version 3.3.1.0.