Add a Type enum to Tags for artwork/ebook

This commit is contained in:
Mike Colagrosso 2024-06-25 18:25:31 -06:00 committed by Alex Cabal
parent ee29c526f8
commit 402dae95ff
7 changed files with 62 additions and 10 deletions

View file

@ -8,6 +8,7 @@ class Tag{
public int $TagId;
public string $Name;
public string $Type;
protected ?string $_UrlName = null;
protected ?string $_Url = null;
}