1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-18 23:09:42 +01:00

* Added missing return.

This commit is contained in:
Christian Muehlhaeuser 2012-01-22 16:41:40 +01:00
parent 11c6d4cdca
commit 7dcd6e8edc

View File

@ -543,6 +543,8 @@ Query::loved()
{
loadSocialActions();
}
return false;
}