Added relevant indexes using artist sort name. fixes #184
This commit is contained in:
@@ -128,7 +128,7 @@ bool
|
||||
RecursiveSharedMutex::isSharedLocked()
|
||||
{
|
||||
const auto thisThreadId {std::this_thread::get_id()};
|
||||
if (_uniqueOwner == thisThreadId )
|
||||
if (_uniqueOwner == thisThreadId )
|
||||
return true;
|
||||
|
||||
std::scoped_lock lock {_sharedCountMutex};
|
||||
|
||||
Reference in New Issue
Block a user