diff --git a/FileFlows.Plugin.dll b/FileFlows.Plugin.dll index d25a8eb6..3c00553c 100644 Binary files a/FileFlows.Plugin.dll and b/FileFlows.Plugin.dll differ diff --git a/FileFlows.Plugin.pdb b/FileFlows.Plugin.pdb index d50772f0..4bb4a230 100644 Binary files a/FileFlows.Plugin.pdb and b/FileFlows.Plugin.pdb differ diff --git a/MetaNodes/TheMovieDb/TVEpisodeLookup.cs b/MetaNodes/TheMovieDb/TVEpisodeLookup.cs index 2cd4ea66..c2b50551 100644 --- a/MetaNodes/TheMovieDb/TVEpisodeLookup.cs +++ b/MetaNodes/TheMovieDb/TVEpisodeLookup.cs @@ -2,7 +2,6 @@ using DM.MovieApi.MovieDb.TV; using FileFlows.Plugin; using FileFlows.Plugin.Attributes; -using Microsoft.VisualStudio.TestPlatform.Utilities.Helpers; using FileHelper = FileFlows.Plugin.Helpers.FileHelper; namespace MetaNodes.TheMovieDb;