mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
small changes
This commit is contained in:
parent
d5e797567a
commit
b535b4a8dc
1 changed files with 3 additions and 1 deletions
|
@ -292,7 +292,9 @@ namespace Ombi.UI.Modules
|
|||
{
|
||||
return r.path;
|
||||
}
|
||||
return string.Empty;
|
||||
|
||||
// Return default path
|
||||
return rootFoldersResult.FirstOrDefault(x => x.id.Equals(int.Parse(sonarrSettings.RootPath)))?.path ?? string.Empty;
|
||||
}
|
||||
|
||||
private async Task<Response> GetAlbumRequests()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue