More cleanup

This commit is contained in:
Joseph Milazzo 2021-03-23 14:41:14 -05:00
parent 6ebf5d6254
commit 70cc163cb0
3 changed files with 6 additions and 14 deletions

View file

@ -7,7 +7,7 @@ namespace API.Interfaces.Services
{
void ExtractArchive(string archivePath, string extractPath);
int GetNumberOfPagesFromArchive(string archivePath);
byte[] GetCoverImage(string filepath, bool createThumbnail = false);
byte[] GetCoverImage(string archivePath, bool createThumbnail = false);
bool IsValidArchive(string archivePath);
string GetSummaryInfo(string archivePath);
ArchiveLibrary CanOpen(string archivePath);