remove LastBooksByType from the WS
This commit is contained in:
@@ -378,17 +378,6 @@ class NetBiblio extends WebService
|
||||
});
|
||||
}
|
||||
|
||||
public function LastBooksByType($type, $itemsByGroup)
|
||||
{
|
||||
$this->checkSession();
|
||||
|
||||
$books = AudioBook::lastBooksByType($type, $itemsByGroup);
|
||||
$books = array_map(array($this, 'AddFiles'), $books);
|
||||
foreach ($books as $book) {
|
||||
$this->data[$book['type']][] = $book;
|
||||
}
|
||||
}
|
||||
|
||||
public function InReadingBooks()
|
||||
{
|
||||
$this->data = AudioBook::inReading();
|
||||
|
||||
Reference in New Issue
Block a user