From 36076909046b8dcb9b22aa0ec0dbdb9c7f680fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9arch?= Date: Wed, 18 Sep 2019 18:10:25 +0200 Subject: [PATCH 1/3] Fixes issue #14 --- Emby.AutoOrganize/Configuration/fileorganizer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Emby.AutoOrganize/Configuration/fileorganizer.js b/Emby.AutoOrganize/Configuration/fileorganizer.js index 37a959b..4837214 100644 --- a/Emby.AutoOrganize/Configuration/fileorganizer.js +++ b/Emby.AutoOrganize/Configuration/fileorganizer.js @@ -132,7 +132,7 @@ function populateMedias(context) { loading.show(); - ApiClient.getItems(null, { + ApiClient.getItems(ApiClient.getCurrentUserId(), { recursive: true, includeItemTypes: chosenType, sortBy: 'SortName' From ad341e3602ec2137c3cb37b8387db853ce7dace0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9arch?= Date: Wed, 18 Sep 2019 18:13:00 +0200 Subject: [PATCH 2/3] Bump version --- Emby.AutoOrganize/Emby.AutoOrganize.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Emby.AutoOrganize/Emby.AutoOrganize.csproj b/Emby.AutoOrganize/Emby.AutoOrganize.csproj index dd1eef7..4c502a7 100644 --- a/Emby.AutoOrganize/Emby.AutoOrganize.csproj +++ b/Emby.AutoOrganize/Emby.AutoOrganize.csproj @@ -2,8 +2,8 @@ netstandard2.0 - 3.0.0 - 3.0.0 + 3.0.1 + 3.0.1 From 68166753e06df03efdffefadfd7c2d3fa4a958ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9arch?= Date: Thu, 19 Sep 2019 20:42:12 +0200 Subject: [PATCH 3/3] Bump version to 4.0.0 --- Emby.AutoOrganize/Emby.AutoOrganize.csproj | 4 ++-- build.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Emby.AutoOrganize/Emby.AutoOrganize.csproj b/Emby.AutoOrganize/Emby.AutoOrganize.csproj index 4c502a7..c7ce4fc 100644 --- a/Emby.AutoOrganize/Emby.AutoOrganize.csproj +++ b/Emby.AutoOrganize/Emby.AutoOrganize.csproj @@ -2,8 +2,8 @@ netstandard2.0 - 3.0.1 - 3.0.1 + 4.0.0 + 4.0.0 diff --git a/build.yaml b/build.yaml index 2471aac..6b90c68 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ --- name: "jellyfin-plugin-autoorganize" guid: "70b7b43b-471b-4159-b4be-56750c795499" -version: "3" # Please increment with each pull request +version: "4" # Please increment with each pull request jellyfin_version: "10.3.0" # The earliest binary-compatible version owner: "jellyfin" nicename: "Auto Organize"