1
0
Fork 0
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:
Karl 'vollmerk' Vollmer 2008-05-20 05:41:47 +00:00
parent d22c6ea78f
commit fd51a754c4
2 changed files with 5 additions and 0 deletions

View file

@ -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) {