summaryrefslogtreecommitdiffstats
path: root/apps/media/tomahawk.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/media/tomahawk.php')
-rw-r--r--apps/media/tomahawk.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/media/tomahawk.php b/apps/media/tomahawk.php
index bf0c2c2a756..1db982a3504 100644
--- a/apps/media/tomahawk.php
+++ b/apps/media/tomahawk.php
@@ -77,5 +77,5 @@ foreach($songs as $song) {
'score' => (float)1.0
);
}
-echo json_encode($results);
-?> \ No newline at end of file
+OC_JSON::encodedPrint($results);
+?>