diff --git a/Jellyfin.Plugin.Reports/Jellyfin.Plugin.Reports.csproj b/Jellyfin.Plugin.Reports/Jellyfin.Plugin.Reports.csproj index e24d371..eeeab23 100644 --- a/Jellyfin.Plugin.Reports/Jellyfin.Plugin.Reports.csproj +++ b/Jellyfin.Plugin.Reports/Jellyfin.Plugin.Reports.csproj @@ -2,8 +2,8 @@ netstandard2.0 - 2.0.0 - 2.0.0 + 3.0.0 + 3.0.0 Jellyfin.Plugin.Reports diff --git a/Jellyfin.Plugin.Reports/Web/reports.html b/Jellyfin.Plugin.Reports/Web/reports.html index e8e4031..e94afbb 100644 --- a/Jellyfin.Plugin.Reports/Web/reports.html +++ b/Jellyfin.Plugin.Reports/Web/reports.html @@ -355,8 +355,8 @@
@@ -577,4 +577,4 @@

Years

- \ No newline at end of file + diff --git a/Jellyfin.Plugin.Reports/Web/reports.js b/Jellyfin.Plugin.Reports/Web/reports.js index 7b6ef65..faa8171 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-linkbutton', 'paper-icon-button-light', 'detailtablecss'], function ($, libraryBrowser, loading, appRouter) { +define(['jQuery', 'libraryBrowser', 'loading', 'appRouter', 'fnchecked', 'emby-button', 'paper-icon-button-light', 'detailtablecss'], function ($, libraryBrowser, loading, appRouter) { 'use strict'; if (!jQuery.mobile || !$.mobile.widgets) { @@ -1171,7 +1171,7 @@ if (header.ShowHeaderLabel) { if (header.SortField) { - cellHtml += ''; + cellHtml += ''; } cellHtml += (header.Name || ' '); @@ -1259,13 +1259,13 @@ html += '' + rItem.Name + ''; break; case "Edit": - html += '' + rItem.Name + ''; + html += '' + rItem.Name + ''; break; case "List": - html += '' + rItem.Name + ''; + html += '' + rItem.Name + ''; break; case "ItemByNameDetails": - html += '' + rItem.Name + ''; + html += '' + rItem.Name + ''; break; case "EmbeddedImage": if (rRow.HasEmbeddedImage) { @@ -1294,20 +1294,20 @@ break; case "TagsPrimaryImage": if (!rRow.HasImageTagsPrimary) { - html += 'photo'; + html += 'photo'; } break; case "TagsBackdropImage": if (!rRow.HasImageTagsBackdrop) { if (rRow.RowType !== "Episode" && rRow.RowType !== "Season" && rRow.MediaType !== "Audio" && rRow.RowType !== "TvChannel" && rRow.RowType !== "MusicAlbum") { - html += 'photo'; + html += 'photo'; } } break; case "TagsLogoImage": if (!rRow.HasImageTagsLogo) { if (rRow.RowType === "Movie" || rRow.RowType === "Trailer" || rRow.RowType === "Series" || rRow.RowType === "MusicArtist" || rRow.RowType === "BoxSet") { - html += 'photo'; + html += 'photo'; } } break; @@ -2236,4 +2236,4 @@ updateFilterControls(this); }); }; -}); \ No newline at end of file +}); diff --git a/build.yaml b/build.yaml index 20ac4f1..9f6d9a0 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ --- name: "jellyfin-plugin-reports" guid: "d4312cd9-5c90-4f38-82e8-51da566790e8" -version: "2" # Please increment with each pull request +version: "3" # Please increment with each pull request jellyfin_version: "10.3.0" # The earliest binary-compatible version owner: "jellyfin" nicename: "Reports"