mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
Done the same for TV
This commit is contained in:
parent
41b439d3bb
commit
a003068869
1 changed files with 20 additions and 12 deletions
|
@ -189,6 +189,8 @@ namespace PlexRequests.UI.Modules
|
|||
|
||||
IEnumerable<QualityModel> qualities = new List<QualityModel>();
|
||||
if (IsAdmin)
|
||||
{
|
||||
try
|
||||
{
|
||||
var sonarrSettings = SonarrSettings.GetSettings();
|
||||
if (sonarrSettings.Enabled)
|
||||
|
@ -208,6 +210,12 @@ namespace PlexRequests.UI.Modules
|
|||
}
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Log.Info(e);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
var viewModel = dbTv.Select(tv =>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue