mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
Fix ampacheapi module include
This commit is contained in:
parent
d3ea4c7e51
commit
7a71c16f3a
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class Catalog_remote extends Catalog
|
|||
}
|
||||
}
|
||||
|
||||
require_once AmpConfig::get('prefix') . '/modules/catalog/remote/ampacheapi-php/AmpacheApi.lib.php';
|
||||
require_once AmpConfig::get('prefix') . '/modules/catalog/remote/ampacheapi-php.git/AmpacheApi.lib.php';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue