mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed up StaticResourceProvider
This commit is contained in:
@@ -8,12 +8,6 @@ namespace NzbDrone.Api.Frontend
|
||||
public interface IMapHttpRequestsToDisk
|
||||
{
|
||||
string Map(string resourceUrl);
|
||||
RequestType IHandle { get; }
|
||||
}
|
||||
|
||||
public enum RequestType
|
||||
{
|
||||
StaticResources,
|
||||
MediaCovers
|
||||
bool CanHandle(string resourceUrl);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user