diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-04-13 10:19:32 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-04-13 10:19:32 (GMT) |
commit | 9320db8b5813d48c3555424603d0bc17e089a7c0 (patch) | |
tree | 6dc0a5fef07b60cd63dcdf249402c64976158900 /rhimport | |
parent | de9ee6a61ef871f60217f958cf4c8fadf15aaa27 (diff) |
clearing single carts as well (updates title at import)
Diffstat (limited to 'rhimport')
-rwxr-xr-x | rhimport | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -249,6 +249,7 @@ sub start_import_gui() } ($ret, $log) = rhimport::import_playlist($file, $dropbox, $gui_progress_cb, $gui_error_cb); } else { + rhimport::clear_carts($dbh, $group, $to_cart, $gui_progress_cb); ($ret, $log) = rhimport::import_single($file, $dropbox, $gui_progress_cb, $gui_error_cb); } @@ -397,6 +398,7 @@ if($POOL) { ($ret, $log) = rhimport::import_playlist($FILE, $DROPBOX, 0, $cl_error_cb); } else { + rhimport::clear_carts($dbh, $group, $to_cart); ($ret, $log) = rhimport::import_single($FILE, $DROPBOX, 0); } |