jellyfin / jellyfin-plugin-playbackreporting

Playback Statistics Plugin for Jellyfin
https://jellyfin.org
GNU General Public License v3.0
67 stars 25 forks source link

Fix query to PlayActivity endpoint on User Playback Report #35

Closed Stampede10343 closed 3 years ago

Stampede10343 commented 3 years ago

It seems that the query params in the Controller were updated but the javascript file calling the API was not updated to match. This should fix issue #32.

This also fixes a bug when you select a bar of the Playback report page and the table shows no results.

oddstr13 commented 3 years ago

Looks like a mishap in the mass-conversion to ASP.net, thanks for the fix :smiley:

ghost commented 3 years ago

@anthonylavado Any chance we could get a new release with this fix included?