summaryrefslogtreecommitdiffstats
path: root/batch.php
diff options
context:
space:
mode:
Diffstat (limited to 'batch.php')
-rw-r--r--batch.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/batch.php b/batch.php
index 2005ad22..4555f27e 100644
--- a/batch.php
+++ b/batch.php
@@ -1,7 +1,7 @@
<?php
/*
- Copyright (c) 2001 - 2007 Ampache.org
+ Copyright (c) Ampache.org
All rights reserved.
This program is free software; you can redistribute it and/or
@@ -64,6 +64,9 @@ switch ($_REQUEST['action']) {
$song_ids = $genre->get_songs();
$name = $genre->name;
break;
+ case 'browse':
+ $song_ids = Browse::get_saved();
+ $name = 'Batch-' . date("dmY",time());
default:
// Rien a faire
break;