mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -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 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()
|
private async Task<Response> GetAlbumRequests()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue