2
0

Merge branch 'refs/heads/cuttingedge' into asuratoon

This commit is contained in:
Glax 2024-11-02 17:45:13 +01:00
commit 72943330c3

View File

@ -121,6 +121,8 @@ public readonly struct Chapter : IComparable
public void CreateChapterMarker()
{
if (this.id is null)
return;
string path = Path.Join(TrangaSettings.downloadLocation, parentManga.folderName, $".{id}");
File.WriteAllText(path, GetArchiveFilePath());
File.SetAttributes(path, FileAttributes.Hidden);