mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-06 03:49:56 +02:00
fixed error when downloading files in memory mode
This commit is contained in:
parent
9839835927
commit
8f1db90bb2
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ function send_zip( $name, $song_files ) {
|
|||
$basedir = Config::get('file_zip_path');
|
||||
}
|
||||
|
||||
} else {
|
||||
$in_memory = '1';
|
||||
} // if file downloads
|
||||
|
||||
/* Require needed library */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue