Fixed broken build (#922)
This commit is contained in:
parent
ab8c762830
commit
068b590456
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ namespace API.Tests.Services;
|
||||||
|
|
||||||
internal class MockReadingItemService : IReadingItemService
|
internal class MockReadingItemService : IReadingItemService
|
||||||
{
|
{
|
||||||
public ComicInfo GetComicInfo(string filePath, MangaFormat format)
|
public ComicInfo GetComicInfo(string filePath)
|
||||||
{
|
{
|
||||||
throw new System.NotImplementedException();
|
throw new System.NotImplementedException();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue