mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-21 22:05:38 -04:00
Improve HTTP file mappers
This commit is contained in:
@@ -20,9 +20,9 @@ namespace Sonarr.Http.Frontend.Mappers
|
||||
_urlBase = configFileProvider.UrlBase;
|
||||
}
|
||||
|
||||
protected string FilePath;
|
||||
protected abstract string FilePath { get; }
|
||||
|
||||
public override string Map(string resourceUrl)
|
||||
protected override string MapPath(string resourceUrl)
|
||||
{
|
||||
return FilePath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user