mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-15 21:06:20 -04:00
10 lines
180 B
C#
10 lines
180 B
C#
|
|
namespace NzbDrone.Api.Frontend
|
|
{
|
|
public interface IMapHttpRequestsToDisk
|
|
{
|
|
string Map(string resourceUrl);
|
|
bool CanHandle(string resourceUrl);
|
|
}
|
|
}
|