Log.getInstance(Controller.class).error(e.getMessage());
}
getHSQLController().doCommitDatabase();
// HSQL updated, _library does not correspond anymore.
_library = new Library();
getEventController().fireLibraryChange(EventConstants.EVT_LIBRARY_SCAN_CHANGE, null, null);
// Force reload of AudioItem's, and notify openned playlists to refresh.
getPlaylistController().invalidateAllLoadedTags();