Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Duncan McNamara
medialibrary
Commits
94abdc9d
Commit
94abdc9d
authored
Mar 09, 2018
by
Hugo Beauzée-Luyssen
Browse files
MetadataParser: Fix artist creation notification
parent
f1a81fd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/metadata_services/MetadataParser.cpp
View file @
94abdc9d
...
...
@@ -659,7 +659,7 @@ std::pair<std::shared_ptr<Artist>, std::shared_ptr<Artist>> MetadataParser::find
LOG_ERROR
(
"Failed to create new artist "
,
artistStr
);
return
{
nullptr
,
nullptr
};
}
m_notifier
->
notifyArtistCreation
(
a
lbumA
rtist
);
m_notifier
->
notifyArtistCreation
(
artist
);
}
}
return
{
albumArtist
,
artist
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment