code cleanup (#743)
* update tools * run code cleanup * update dependencies
This commit is contained in:
@@ -31,4 +31,4 @@ public interface IEmbyApiClient
|
||||
string apiKey,
|
||||
int mediaSourceId,
|
||||
string seasonId);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,4 +10,4 @@ public interface IEmbyMovieLibraryScanner
|
||||
EmbyLibrary library,
|
||||
string ffmpegPath,
|
||||
string ffprobePath);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,4 +6,4 @@ public interface IEmbyPathReplacementService
|
||||
{
|
||||
Task<string> GetReplacementEmbyPath(int libraryPathId, string path);
|
||||
string GetReplacementEmbyPath(List<EmbyPathReplacement> pathReplacements, string path, bool log = true);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,4 +5,4 @@ namespace ErsatzTV.Core.Interfaces.Emby;
|
||||
|
||||
public interface IEmbySecretStore : IRemoteMediaSourceSecretStore<EmbySecrets>
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,4 +10,4 @@ public interface IEmbyTelevisionLibraryScanner
|
||||
EmbyLibrary library,
|
||||
string ffmpegPath,
|
||||
string ffprobePath);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user