diff --git a/Jellyfin.Plugin.Reports/Jellyfin.Plugin.Reports.csproj b/Jellyfin.Plugin.Reports/Jellyfin.Plugin.Reports.csproj
index 7280022..f568b4b 100644
--- a/Jellyfin.Plugin.Reports/Jellyfin.Plugin.Reports.csproj
+++ b/Jellyfin.Plugin.Reports/Jellyfin.Plugin.Reports.csproj
@@ -2,21 +2,21 @@
netstandard2.1
- 7.0.0.0
- 7.0.0.0
+ 8.0.0.0
+ 8.0.0.0
Jellyfin.Plugin.Reports
-
-
-
-
+
+
+
+
-
-
+
+
diff --git a/Jellyfin.Plugin.Reports/Web/reports.html b/Jellyfin.Plugin.Reports/Web/reports.html
index 7a4863b..8ede5a0 100644
--- a/Jellyfin.Plugin.Reports/Web/reports.html
+++ b/Jellyfin.Plugin.Reports/Web/reports.html
@@ -486,6 +486,9 @@
Episodes
+
+
+
diff --git a/Jellyfin.Plugin.Reports/Web/reports.js b/Jellyfin.Plugin.Reports/Web/reports.js
index 6f7bbf5..90d2c0c 100644
--- a/Jellyfin.Plugin.Reports/Web/reports.js
+++ b/Jellyfin.Plugin.Reports/Web/reports.js
@@ -1611,8 +1611,8 @@ define(['jQuery', 'libraryBrowser', 'loading', 'appRouter', 'fnchecked', 'emby-b
$('#selectIncludeItemTypes').val(query.IncludeItemTypes);
// isfavorite
- document.getElementById('isFavorite').checked = query.IsFavorite == true;
- document.getElementById('isNotFavorite').checked = query.IsNotFavorite == true;
+ document.getElementById('chkIsFavorite').checked = query.IsFavorite == true;
+ document.getElementById('chkIsNotFavorite').checked = query.IsNotFavorite == true;
}
diff --git a/build.yaml b/build.yaml
index af9536d..af41b6d 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1,7 +1,7 @@
---
name: "Reports"
guid: "d4312cd9-5c90-4f38-82e8-51da566790e8"
-version: "7.0.0.0"
+version: "8.0.0.0"
targetAbi: "10.6.0.0"
owner: "jellyfin"
overview: "Generate reports of your media library"