mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +02:00
commit
b6bf4268ae
2 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ class Catalog_dropbox extends Catalog
|
|||
{
|
||||
$fields['apikey'] = array('description' => T_('API Key'), 'type'=>'text');
|
||||
$fields['secret'] = array('description' => T_('Secret'), 'type'=>'password');
|
||||
$fields['path'] = array('description' => T_('Path'), 'type'=>'url', 'value' => '/');
|
||||
$fields['path'] = array('description' => T_('Path'), 'type'=>'text', 'value' => '/');
|
||||
$fields['getchunk'] = array('description' => T_('Get chunked files on analyze'), 'type'=>'checkbox', 'value' => true);
|
||||
|
||||
return $fields;
|
||||
|
|
|
@ -101,7 +101,7 @@ class Catalog_local extends Catalog
|
|||
|
||||
public function catalog_fields()
|
||||
{
|
||||
$fields['path'] = array('description' => T_('Path'),'type'=>'url');
|
||||
$fields['path'] = array('description' => T_('Path'),'type'=>'text');
|
||||
|
||||
return $fields;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue