mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed #991
This commit is contained in:
parent
a1fb4018b5
commit
948097cd6c
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@
|
|||
|
||||
console.log('Hit root folders..');
|
||||
|
||||
var rootFolderSelected = @Model.RootPath;
|
||||
var rootFolderSelected = '@Model.RootPath';
|
||||
if (!rootFolderSelected) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue