diff --git a/Tranga/Chapter.cs b/Tranga/Chapter.cs index 3dcd0ce..cf1e2bc 100644 --- a/Tranga/Chapter.cs +++ b/Tranga/Chapter.cs @@ -7,7 +7,7 @@ namespace Tranga; /// Has to be Part of a publication /// Includes the Chapter-Name, -VolumeNumber, -ChapterNumber, the location of the chapter on the internet and the saveName of the local file. /// -public struct Chapter +public readonly struct Chapter { public Publication parentPublication { get; } public string? name { get; }