mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 02:39:47 +02:00
sync from stable branch
This commit is contained in:
parent
d22c6ea78f
commit
fd51a754c4
2 changed files with 5 additions and 0 deletions
|
@ -1017,6 +1017,9 @@ class Catalog {
|
|||
*/
|
||||
public static function update_single_item($type,$id) {
|
||||
|
||||
// Because single items are large numbers of things too
|
||||
set_time_limit(0);
|
||||
|
||||
$songs = array();
|
||||
|
||||
switch ($type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue