mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 18:29:40 +02:00
sync from stable branch
This commit is contained in:
parent
d22c6ea78f
commit
fd51a754c4
2 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
v.3.5-Alpha1
|
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
|
- Fix translations so it's not all german
|
||||||
- Genre Tag is now used as a 'Tag', Browse Genre removed
|
- Genre Tag is now used as a 'Tag', Browse Genre removed
|
||||||
- Ignore getid3() iconv stuff doesn't seem to work
|
- Ignore getid3() iconv stuff doesn't seem to work
|
||||||
|
|
|
@ -1017,6 +1017,9 @@ class Catalog {
|
||||||
*/
|
*/
|
||||||
public static function update_single_item($type,$id) {
|
public static function update_single_item($type,$id) {
|
||||||
|
|
||||||
|
// Because single items are large numbers of things too
|
||||||
|
set_time_limit(0);
|
||||||
|
|
||||||
$songs = array();
|
$songs = array();
|
||||||
|
|
||||||
switch ($type) {
|
switch ($type) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue