Skip to content

Commit

Permalink
Merge pull request #32 from ConfusedPolarBear/fix_exporting
Browse files Browse the repository at this point in the history
Fix exporting
  • Loading branch information
joshuaboniface authored Oct 19, 2020
2 parents 689eeea + 5d67898 commit 0b2c74f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jellyfin.Plugin.Reports/Jellyfin.Plugin.Reports.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.0.0.0</FileVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
<RootNamespace>Jellyfin.Plugin.Reports</RootNamespace>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions Jellyfin.Plugin.Reports/Web/reports.js
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,7 @@ define(['jQuery', 'libraryBrowser', 'loading', 'appRouter', 'emby-button', 'pape

query.UserId = Dashboard.getCurrentUserId();
query.HasQueryLimit = false;
query.api_key = ApiClient.accessToken();
var url = ApiClient.getUrl("Reports/Items/Download", query);

if (url) {
Expand Down
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "Reports"
guid: "d4312cd9-5c90-4f38-82e8-51da566790e8"
version: "9.0.0.0"
version: "10.0.0.0"
targetAbi: "10.6.0.0"
owner: "jellyfin"
overview: "Generate reports of your media library"
Expand Down

0 comments on commit 0b2c74f

Please sign in to comment.