summaryrefslogtreecommitdiff
path: root/src/mfs_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mfs_subr.c')
-rw-r--r--src/mfs_subr.c14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/mfs_subr.c b/src/mfs_subr.c
index 2db7f1b..d92e85a 100644
--- a/src/mfs_subr.c
+++ b/src/mfs_subr.c
@@ -231,11 +231,14 @@ mfs_init()
/* error = mfs_insert_path(musicpath, handle); */
/* if (error != 0) */
/* return (error); */
-
- error = mfs_reload_config();
- if (error != 0) {
- return (error);
- }
+
+ /* Scan the music initially. (Disabled, since it's really
+ annoying with huge collections) */
+/* error = mfs_reload_config(); */
+/* if (error != 0) { */
+/* return (error); */
+/* } */
+
return (0);
}
@@ -393,6 +396,7 @@ mfs_scan(const char *filepath)
}
} while (0);
+
/* Finally, insert song. */
do {
title = taglib_tag_title(tag);