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

Commit

Permalink
Build with netstandard2.1 and new Jellyfin NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-monteiro committed Mar 14, 2020
1 parent e18152b commit 143a857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Emby.AutoOrganize/Core/EpisodeFileOrganizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,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
2 changes: 1 addition & 1 deletion Emby.AutoOrganize/Emby.AutoOrganize.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

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

0 comments on commit 143a857

Please sign in to comment.