1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 10:19:25 +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

@ -4,6 +4,8 @@
--------------------------------------------------------------------------
v.3.5-Alpha1
- Added timeout override on update_single_item because the function
is a lie
- Fix translations so it's not all german
- Genre Tag is now used as a 'Tag', Browse Genre removed
- Ignore getid3() iconv stuff doesn't seem to work

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