From 34556e357c4c03c3f8498e2cf928a7078573764e Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Thu, 30 Jul 2020 21:51:41 +0300 Subject: [PATCH 1/4] remove unused fnchecked define --- Jellyfin.Plugin.Reports/Web/reports.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Plugin.Reports/Web/reports.js b/Jellyfin.Plugin.Reports/Web/reports.js index 90d2c0c..0b00629 100644 --- a/Jellyfin.Plugin.Reports/Web/reports.js +++ b/Jellyfin.Plugin.Reports/Web/reports.js @@ -1,4 +1,4 @@ -define(['jQuery', 'libraryBrowser', 'loading', 'appRouter', 'fnchecked', 'emby-button', 'paper-icon-button-light', 'detailtablecss'], function ($, libraryBrowser, loading, appRouter) { +define(['jQuery', 'libraryBrowser', 'loading', 'appRouter', 'emby-button', 'paper-icon-button-light', 'detailtablecss'], function ($, libraryBrowser, loading, appRouter) { 'use strict'; if (!jQuery.mobile || !$.mobile.widgets) { From 928ad6c87afdceb867dec4d2b14f457870625e5a Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Thu, 30 Jul 2020 22:11:02 +0300 Subject: [PATCH 2/4] fix detail link --- Jellyfin.Plugin.Reports/Web/reports.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Plugin.Reports/Web/reports.js b/Jellyfin.Plugin.Reports/Web/reports.js index 0b00629..9a07d1e 100644 --- a/Jellyfin.Plugin.Reports/Web/reports.js +++ b/Jellyfin.Plugin.Reports/Web/reports.js @@ -1256,7 +1256,7 @@ define(['jQuery', 'libraryBrowser', 'loading', 'appRouter', 'emby-button', 'pape html += rItem.Name; break; case "Detail": - html += ' ' + rItem.Name + ''; + html += '' + rItem.Name + ''; break; case "Edit": html += '' + rItem.Name + ''; From d8a2c5404fe040f40f8dfae33acc144a34bfd241 Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Thu, 30 Jul 2020 22:29:30 +0300 Subject: [PATCH 3/4] bump versions --- Jellyfin.Plugin.Reports/Jellyfin.Plugin.Reports.csproj | 4 ++-- build.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jellyfin.Plugin.Reports/Jellyfin.Plugin.Reports.csproj b/Jellyfin.Plugin.Reports/Jellyfin.Plugin.Reports.csproj index f568b4b..b0bcf2f 100644 --- a/Jellyfin.Plugin.Reports/Jellyfin.Plugin.Reports.csproj +++ b/Jellyfin.Plugin.Reports/Jellyfin.Plugin.Reports.csproj @@ -2,8 +2,8 @@ netstandard2.1 - 8.0.0.0 - 8.0.0.0 + 9.0.0.0 + 9.0.0.0 Jellyfin.Plugin.Reports diff --git a/build.yaml b/build.yaml index af41b6d..e1de184 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ --- name: "Reports" guid: "d4312cd9-5c90-4f38-82e8-51da566790e8" -version: "8.0.0.0" +version: "9.0.0.0" targetAbi: "10.6.0.0" owner: "jellyfin" overview: "Generate reports of your media library" From b24dd98936ffca8bd5e7b24ef099811d5625d05b Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Fri, 31 Jul 2020 00:06:55 +0300 Subject: [PATCH 4/4] remove data-require Attribute --- Jellyfin.Plugin.Reports/Web/reports.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Plugin.Reports/Web/reports.html b/Jellyfin.Plugin.Reports/Web/reports.html index 8ede5a0..6ebfc96 100644 --- a/Jellyfin.Plugin.Reports/Web/reports.html +++ b/Jellyfin.Plugin.Reports/Web/reports.html @@ -1,4 +1,4 @@ -
+