mirror of
https://github.com/Readarr/Readarr
synced 2026-04-14 08:50:57 +02:00
Corrected a spelling mistake... foler to folder
This commit is contained in:
parent
1c99d602d8
commit
95cdaf25f6
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ public JsonResult SaveRootDir(string path)
|
|||
|
||||
_rootFolderProvider.Add(new RootDir { Path = path });
|
||||
|
||||
return JsonNotificationResult.Info("Root Folder saved", "Root foler saved successfully.");
|
||||
return JsonNotificationResult.Info("Root Folder saved", "Root folder saved successfully.");
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
|
|
|
|||
Loading…
Reference in a new issue