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' diff --git a/Emby.AutoOrganize/Emby.AutoOrganize.csproj b/Emby.AutoOrganize/Emby.AutoOrganize.csproj index dd1eef7..c7ce4fc 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 + 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"