diff options
Diffstat (limited to 'lib/batch.lib.php')
-rw-r--r-- | lib/batch.lib.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/batch.lib.php b/lib/batch.lib.php index ae919767..ce2cea1f 100644 --- a/lib/batch.lib.php +++ b/lib/batch.lib.php @@ -72,7 +72,8 @@ function send_zip( $name, $song_files ) { 'inmemory' => $in_memory, // create archive in memory 'basedir' => $basedir, 'storepaths' => 0, // only store file name, not full path - 'level' => 0 // no compression + 'level' => 0, // no compression + 'comment' => Config::get('file_zip_comment') ); $arc->set_options( $options ); |