mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
Method, Variable, Class Renames in Readarr.Core
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using NzbDrone.Core.Books;
|
||||
|
||||
namespace NzbDrone.Core.MetadataSource
|
||||
{
|
||||
public interface IProvideBookInfo
|
||||
{
|
||||
Tuple<string, Book, List<AuthorMetadata>> GetBookInfo(string id);
|
||||
HashSet<string> GetChangedBooks(DateTime startTime);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user