summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Merry <dev@randomguy3.me.uk>2012-04-20 18:18:18 +0100
committerAlex Merry <dev@randomguy3.me.uk>2012-04-20 18:18:18 +0100
commitf02317f7bcdf425cceacf9f77ce56382a0963ccd (patch)
tree6dc06445b789c81185c7e0f231c258370df847f6
parent660e83c2d2955075c0e8dc887620e5075e8a1286 (diff)
Don't warn about empty metadata
The user can see that by looking at the metadata table
-rw-r--r--mpris2/playerinterfacetest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/mpris2/playerinterfacetest.cpp b/mpris2/playerinterfacetest.cpp
index c044fab..467242a 100644
--- a/mpris2/playerinterfacetest.cpp
+++ b/mpris2/playerinterfacetest.cpp
@@ -278,8 +278,6 @@ void PlayerInterfaceTest::checkMetadata(const QVariantMap& oldProps)
}
}
if (metadata.isEmpty()) {
- emit interfaceInfo(Property, "Metadata",
- "No metadata provided for the current track");
return;
}