summaryrefslogtreecommitdiffstats
path: root/apps/media/appinfo/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/media/appinfo/app.php')
-rwxr-xr-xapps/media/appinfo/app.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/media/appinfo/app.php b/apps/media/appinfo/app.php
index 0ab6543e070..332b73546ec 100755
--- a/apps/media/appinfo/app.php
+++ b/apps/media/appinfo/app.php
@@ -32,4 +32,5 @@ OCP\App::register( array( 'order' => 3, 'id' => 'media', 'name' => 'Media' ));
OCP\App::addNavigationEntry(array('id' => 'media_index', 'order' => 2, 'href' => OCP\Util::linkTo('media', 'index.php'), 'icon' => OCP\Util::imagePath('core', 'places/music.svg'), 'name' => $l->t('Music')));
OC_Search::registerProvider('OC_MediaSearchProvider');
-OCP\CONFIG::setAppValue('core', 'remote_ampache', '/apps/media/remote.php'); \ No newline at end of file
+OCP\CONFIG::setAppValue('core', 'remote_ampache', '/apps/media/remote.php');
+OCP\CONFIG::setAppValue('core', 'remote_tomahawk', '/apps/media/tomahawk.php');