mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
Settings done for #298
This commit is contained in:
parent
0dd30968d5
commit
66bede34f4
4 changed files with 45 additions and 36 deletions
|
@ -352,8 +352,6 @@ namespace PlexRequests.UI.Modules
|
|||
viewTv.Add(viewT);
|
||||
}
|
||||
|
||||
Log.Trace("Returning TV Show results: ");
|
||||
Log.Trace(viewTv.DumpJson());
|
||||
return Response.AsJson(viewTv);
|
||||
}
|
||||
|
||||
|
@ -788,12 +786,6 @@ namespace PlexRequests.UI.Modules
|
|||
|
||||
var img = GetMusicBrainzCoverArt(albumInfo.id);
|
||||
|
||||
Log.Trace("Album Details:");
|
||||
Log.Trace(albumInfo.DumpJson());
|
||||
Log.Trace("CoverArt Details:");
|
||||
Log.Trace(img.DumpJson());
|
||||
|
||||
|
||||
var model = new RequestedModel
|
||||
{
|
||||
Title = albumInfo.title,
|
||||
|
@ -816,9 +808,6 @@ namespace PlexRequests.UI.Modules
|
|||
Log.Debug("We don't require approval OR the user is in the whitelist");
|
||||
var hpSettings = HeadphonesService.GetSettings();
|
||||
|
||||
Log.Trace("Headphone Settings:");
|
||||
Log.Trace(hpSettings.DumpJson());
|
||||
|
||||
if (!hpSettings.Enabled)
|
||||
{
|
||||
await RequestService.AddRequestAsync(model);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue