Fixed a bad build
This commit is contained in:
parent
150479e755
commit
6db81684b2
1 changed files with 0 additions and 5 deletions
|
@ -30,11 +30,6 @@ namespace API.Data
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
public static SeriesMetadata SeriesMetadata(ComicInfo info)
|
|
||||||
{
|
|
||||||
return SeriesMetadata(Array.Empty<CollectionTag>());
|
|
||||||
}
|
|
||||||
|
|
||||||
public static Volume Volume(string volumeNumber)
|
public static Volume Volume(string volumeNumber)
|
||||||
{
|
{
|
||||||
return new Volume()
|
return new Volume()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue