diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2011-09-28 16:05:01 +0200 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2011-09-28 16:05:01 +0200 |
commit | 98c59605aaf5b1652fded5b44cd404346e78102b (patch) | |
tree | 55ad0d877693dcf615bd51e3ad27d3e99000ddbe /apps/media/appinfo | |
parent | 18216fe71f778b299585de7cc42a568a5adcfa6c (diff) | |
download | nextcloud-server-98c59605aaf5b1652fded5b44cd404346e78102b.tar.gz nextcloud-server-98c59605aaf5b1652fded5b44cd404346e78102b.zip |
show the syncing and ampache urls on the settings page. not very pretty but otherwise the user has no way to configure the desktop integration
Diffstat (limited to 'apps/media/appinfo')
-rw-r--r-- | apps/media/appinfo/app.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/media/appinfo/app.php b/apps/media/appinfo/app.php index 0d36217bd4d..dd1a830a94b 100644 --- a/apps/media/appinfo/app.php +++ b/apps/media/appinfo/app.php @@ -25,6 +25,7 @@ $l=new OC_L10N('media'); require_once('apps/media/lib_media.php'); OC_Util::addScript('media','loader'); +OC_APP::registerPersonal('media','settings'); OC_App::register( array( 'order' => 3, 'id' => 'media', 'name' => 'Media' )); |