1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02: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(); loadSocialActions();
} }
return false;
} }