jellyfin / jellyfin-plugin-playbackreporting

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

Target .NET 5.0, Jellyfin 10.7 and bump version #26

Closed oddstr13 closed 3 years ago

oddstr13 commented 3 years ago

This PR includes the changes of #27 and #28, with some additional fixes. As far as I can tell, everything except the backup part of the settings interface works (can't select path due to web dependencies).

Closes #27 Closes #28

oddstr13 commented 3 years ago

Error in web parts;

21:28:12.905 Uncaught (in promise) ReferenceError: define is not defined
    <anonymous> http://10.79.1.0:8096/web/configurationpage?name=user_report.js:17
configurationpage:17:1
oddstr13 commented 3 years ago

Superseded by #27