mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-15 09:50:44 +02:00
Downloaded chapters filenames are not set in database
This commit is contained in:
@@ -22,7 +22,7 @@ public class Chapter : Identifiable, IComparable<Chapter>
|
||||
|
||||
[StringLength(256)] public string? Title { get; private set; }
|
||||
|
||||
[StringLength(256)] public string? FileName { get; private set; }
|
||||
[StringLength(256)] public string? FileName { get; internal set; }
|
||||
|
||||
public bool Downloaded { get; internal set; }
|
||||
|
||||
|
Reference in New Issue
Block a user