Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1) Ignore preference and reuse existing nfo file if found.
Browse files Browse the repository at this point in the history
2) Use FileSystem and remove DirectoryService from protected methods
randellhodges committed Sep 28, 2024
1 parent 6386d1b commit 3aa9902
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion NfoMetadata.Tests/HelperTests.cs
Original file line number Diff line number Diff line change
@@ -10,7 +10,6 @@

namespace NfoMetadata.Tests
{

public class HelperTests
{
private class TestItem : Video
4 changes: 4 additions & 0 deletions NfoMetadata/NfoMetadata.csproj
Original file line number Diff line number Diff line change
@@ -99,4 +99,8 @@
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy &quot;$(TargetPath)&quot; &quot;C:\Apps\Emby\Release\programdata\plugins\&quot; /y" />
</Target>

</Project>

0 comments on commit 3aa9902

Please sign in to comment.