diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-09 20:58:04 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-09 20:58:04 +0000 |
commit | 17a4516e29e9ce9d2583d8b06431dfcdf5722c11 (patch) | |
tree | 4dcf79a137336f12d38476c12b26128d4098eda5 /lib/class/catalog.class.php | |
parent | 883adcd52b1f4cb4afe4ff5062d1bb83218840ff (diff) | |
download | ampache-17a4516e29e9ce9d2583d8b06431dfcdf5722c11.tar.gz ampache-17a4516e29e9ce9d2583d8b06431dfcdf5722c11.tar.bz2 ampache-17a4516e29e9ce9d2583d8b06431dfcdf5722c11.zip |
added the controls to the mpd playlist does not refresh correctly, but does work
Diffstat (limited to 'lib/class/catalog.class.php')
-rw-r--r-- | lib/class/catalog.class.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php index cfab9321..79203977 100644 --- a/lib/class/catalog.class.php +++ b/lib/class/catalog.class.php @@ -1351,6 +1351,9 @@ class Catalog { /* Define the Arrays we will need */ $dead_files = array(); + // Added set time limit because this runs out of time for some people + set_time_limit(0); + require_once Config::get('prefix') . '/templates/show_clean_catalog.inc.php'; flush(); |