Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #34 from mark-monteiro/bump-version
Browse files Browse the repository at this point in the history
Bump Version and make compatible with jellyfin 10.5
  • Loading branch information
JustAMan committed Mar 17, 2020
2 parents d0b0d6c + 143a857 commit 0cf4dd1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Emby.AutoOrganize/Core/EpisodeFileOrganizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ private NamingOptions GetNamingOptionsInternal()
}

// async outside of the lock for perfs
var refreshOptions = new MetadataRefreshOptions(new DirectoryService(_logger, _fileSystem))
var refreshOptions = new MetadataRefreshOptions(new DirectoryService(_fileSystem))
{
SearchResult = result
};
Expand Down
6 changes: 3 additions & 3 deletions Emby.AutoOrganize/Emby.AutoOrganize.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>5.0.0</AssemblyVersion>
<FileVersion>5.0.0</FileVersion>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyVersion>6.0.0</AssemblyVersion>
<FileVersion>6.0.0</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "jellyfin-plugin-autoorganize"
guid: "70b7b43b-471b-4159-b4be-56750c795499"
version: "5" # Please increment with each pull request
jellyfin_version: "10.4.3" # The earliest binary-compatible version
version: "6" # Please increment with each pull request
jellyfin_version: "10.5.0" # The earliest binary-compatible version
owner: "jellyfin"
nicename: "Auto Organize"
description: "Automatically organize your media"
Expand Down

0 comments on commit 0cf4dd1

Please sign in to comment.