mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -07:00
Fixed the root path escaping issue for Radarr too!
This commit is contained in:
parent
2b8a5c6423
commit
717b499874
2 changed files with 6 additions and 4 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
{
|
||||
rootFolder = Model.RootPath.Replace("/", "//");
|
||||
rootFolder = rootFolder.Replace(@"\", @"\\");
|
||||
}
|
||||
}
|
||||
<div class="col-sm-8 col-sm-push-1">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue