1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-17 21:26:22 -04:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Auggie
df8f82c3c6 chore: Fix innosetup download URI
Co-authored-by: RobinDadswell
<19610103+RobinDadswell@users.noreply.github.com>
2026-03-26 11:01:02 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ variables:
testsFolder: './_tests'
yarnCacheFolder: $(Pipeline.Workspace)/.yarn
nugetCacheFolder: $(Pipeline.Workspace)/.nuget/packages
majorVersion: '6.1.2'
majorVersion: '6.1.1'
minorVersion: $[counter('minorVersion', 2000)]
radarrVersion: '$(majorVersion).$(minorVersion)'
buildName: '$(Build.SourceBranchName).$(radarrVersion)'

View File

@@ -15,7 +15,7 @@ namespace Radarr.Http.Frontend.Mappers
_backupService = backupService;
}
protected override string FolderPath => _backupService.GetBackupFolder().TrimEnd(Path.DirectorySeparatorChar);
protected override string FolderPath => _backupService.GetBackupFolder();
protected override string MapPath(string resourceUrl)
{