blandat.. fixar o nullcheckar. filtreringar

This commit is contained in:
2025-09-16 00:19:54 +02:00
parent f88c25f117
commit 6efa8aba8a
9 changed files with 114 additions and 43 deletions

View File

@@ -17,6 +17,8 @@ namespace Bibblan.ViewModels
public double SeriesIndex { get; set; }
public long AuthorId { get; set; }
public string AuthorName { get; set; }
public bool HasCover { get; set; }
public string Path { get; set; }
}