Added some detailed profiling info into subsonic responses handlers
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "database/User.hpp"
|
||||
#include "services/feedback/IFeedbackService.hpp"
|
||||
#include "services/scrobbling/IScrobblingService.hpp"
|
||||
#include "utils/IProfiler.hpp"
|
||||
#include "utils/Service.hpp"
|
||||
#include "utils/String.hpp"
|
||||
|
||||
@@ -40,6 +41,8 @@ namespace API::Subsonic
|
||||
|
||||
Response::Node createAlbumNode(RequestContext& context, const Release::pointer& release, const User::pointer& user, bool id3)
|
||||
{
|
||||
LMS_SCOPED_PROFILE_DETAILED("Subsonic", "CreateAlbum");
|
||||
|
||||
Response::Node albumNode;
|
||||
|
||||
if (id3) {
|
||||
|
||||
Reference in New Issue
Block a user