mirror of
https://github.com/C9Glax/tranga.git
synced 2025-04-18 14:23:18 +02:00
Chapter short Documentation update
This commit is contained in:
parent
5c0ace291b
commit
5ab0bd0b78
@ -92,6 +92,10 @@ public class Chapter : IComparable<Chapter>
|
|||||||
return Path.Join(TrangaSettings.downloadLocation, ParentManga.FolderName, ArchiveFileName);
|
return Path.Join(TrangaSettings.downloadLocation, ParentManga.FolderName, ArchiveFileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Checks the filesystem if an archive at the ArchiveFilePath exists
|
||||||
|
/// </summary>
|
||||||
|
/// <returns>True if archive exists on disk</returns>
|
||||||
public bool IsDownloaded()
|
public bool IsDownloaded()
|
||||||
{
|
{
|
||||||
string path = GetArchiveFilePath();
|
string path = GetArchiveFilePath();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user