mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-25 17:35:07 -04:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31c7647eac |
@@ -15,7 +15,7 @@ namespace Sonarr.Http.Frontend.Mappers
|
|||||||
_backupService = backupService;
|
_backupService = backupService;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override string FolderPath => _backupService.GetBackupFolder();
|
protected override string FolderPath => _backupService.GetBackupFolder().TrimEnd(Path.DirectorySeparatorChar);
|
||||||
|
|
||||||
protected override string MapPath(string resourceUrl)
|
protected override string MapPath(string resourceUrl)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user