mirror of
https://github.com/Radarr/Radarr
synced 2025-12-23 00:35:23 +01:00
9 lines
188 B
C#
9 lines
188 B
C#
|
|
namespace NzbDrone.Api.Frontend.Mappers
|
|
{
|
|
public interface IMapHttpRequestsToDisk
|
|
{
|
|
string Map(string resourceUrl);
|
|
bool CanHandle(string resourceUrl);
|
|
}
|
|
}
|