mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Type hinting fixes
This commit is contained in:
parent
e98a650f59
commit
ad0badc09e
7 changed files with 15 additions and 15 deletions
|
@ -4,7 +4,7 @@ class OpdsNavigationEntry{
|
|||
public string $Url;
|
||||
public string $Rel;
|
||||
public string $Type;
|
||||
public ?DateTime $Updated;
|
||||
public ?DateTime $Updated = null;
|
||||
public string $Description;
|
||||
public string $Title;
|
||||
public string $SortTitle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue