コード例 #1
0
ファイル: TheAudioDb.plugin.php プロジェクト: cheese1/ampache
 public function gather_arts($type, $options = array(), $limit = 5)
 {
     debug_event('tadb', 'gather_arts for type `' . $type . '`', 5);
     return Art::gather_metadata_plugin($this, $type, $options);
 }
コード例 #2
0
ファイル: Omdb.plugin.php プロジェクト: nioc/ampache
 public function gather_arts($type, $options = array(), $limit = 5)
 {
     return Art::gather_metadata_plugin($this, $type, $options);
 }