mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Fixed a bad build
This commit is contained in:
parent
150479e755
commit
6db81684b2
@ -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…
x
Reference in New Issue
Block a user