jellyfin / jellyfin-plugin-reports

Reports Plugin for Jellyfin
https://jellyfin.org
MIT License
30 stars 19 forks source link

Reports Plugin Not working in 10.7.0 #40

Closed Oatavandi closed 3 years ago

Oatavandi commented 3 years ago

Jellyfin Version: 10.7.0 Synology NAS - Docker Reports Plugin Version: 11.0.0.0 Browser: Safari (macOS 11.2.3)

Reports plugin not working. No error in the Jellyfin logs. Refer to the attached screenshot with error from the browser console.

Screenshot 2021-01-24 at 11 40 37 PM
Oatavandi commented 3 years ago

https://github.com/jellyfin/jellyfin-plugin-reports/issues/38

jellyfin-plugin-reports/Jellyfin.Plugin.Reports/Web/reports.js Line 1 in c624bf4 define(['jQuery', 'libraryBrowser', 'loading', 'appRouter', 'emby-button', 'paper-icon-button-light', 'detailtablecss'], function ($, libraryBrowser, loading, appRouter) {

jQuery is no more supported/used, so this has to be modified.

Oatavandi commented 3 years ago

Back to 10.6.4