mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
fix path for ampache in settings
This commit is contained in:
parent
5b7cefb1e5
commit
9b5e0bebef
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@
|
|||
<fieldset class="personalblock">
|
||||
<strong>Media</strong><br />
|
||||
Ampache address:
|
||||
<code><?php echo OCP\Util::linkToAbsolute('media', ''); ?></code><br />
|
||||
<code><?php echo OCP\Util::linkToAbsolute('remote.php', 'ampache'); ?>/</code><br />
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in a new issue