Added more UI logic. Added a manga pipeline test.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
using MangaReader.Core.Metadata;
|
||||
|
||||
namespace MangaReader.Core.Pipeline;
|
||||
namespace MangaReader.Core.Pipeline;
|
||||
|
||||
public interface IMangaPipeline
|
||||
{
|
||||
Task RunAsync(SourceManga mangaDto);
|
||||
Task RunAsync(MangaPipelineRequest request);
|
||||
}
|
||||
Reference in New Issue
Block a user