Fixed the root path escaping issue for Radarr too!

This commit is contained in:
tidusjar 2017-03-16 21:29:51 +00:00
commit 717b499874
2 changed files with 6 additions and 4 deletions

View file

@ -17,6 +17,7 @@
{
rootFolder = Model.RootPath.Replace("/", "//");
rootFolder = rootFolder.Replace(@"\", @"\\");
}
}
<div class="col-sm-8 col-sm-push-1">