Update wanted ebooks list

This commit is contained in:
Alex Cabal 2024-01-08 16:10:54 -06:00
parent 783c09864f
commit dd8134db6f
5 changed files with 30 additions and 30 deletions

View file

@ -6,5 +6,5 @@ class Tag extends PropertiesBase{
public int $TagId;
public string $Name;
public string $UrlName;
protected ?string $_Url;
protected ?string $_Url = null;
}