diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-02-21 03:29:12 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-02-21 03:29:12 (GMT) |
commit | 455114c371c8de95a695e3b9115774c7af18e1c0 (patch) | |
tree | 8a12a5d8ac4ead6d31a78038592825bf13d476ec /rhimport | |
parent | a2af623db27087aed4145309ff0d3b04bec25c71 (diff) |
cleanup
Diffstat (limited to 'rhimport')
-rwxr-xr-x | rhimport | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -54,6 +54,7 @@ usage: $0 --m3u <playlist file> --dont-concat options: --m3u the playlist file to import --dont-concat dont concat the audio files, import as seperate files + --dropbox the path to the dropbox to use --list-allowed list allowed dropboxes and exit EOF @@ -146,6 +147,8 @@ sub start_import_gui() $concat = 0 unless $cb_concat->get_active; rhimport::start_import($m3u, $dropbox, $concat); + + return 0; } ########################################### |