Lots of work for chapters. This code will be refactored in a chapter rewrite.
This commit is contained in:
parent
f430595d11
commit
a42e54a078
11 changed files with 99 additions and 13 deletions
|
@ -31,7 +31,7 @@ namespace API.Interfaces
|
|||
/// <param name="volume"></param>
|
||||
/// <param name="page">Page number to look for</param>
|
||||
/// <returns></returns>
|
||||
string GetCachedPagePath(Volume volume, int page);
|
||||
(string path, MangaFile file) GetCachedPagePath(Volume volume, int page);
|
||||
|
||||
bool CacheDirectoryIsAccessible();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue