directory: remove "Mp3" references

MPD has supported more audio formats than just MP3
for over five years...
This commit is contained in:
Eric Wong
2008-09-29 13:17:42 +02:00
committed by Max Kellermann
parent 9819890f1d
commit a0364d38d3
3 changed files with 22 additions and 22 deletions

View File

@@ -280,7 +280,7 @@ static void openDB(Options * options, char *argv0)
flushWarningLog();
if (checkDirectoryDB() < 0)
exit(EXIT_FAILURE);
initMp3Directory();
directory_init();
if (writeDirectoryDB() < 0)
exit(EXIT_FAILURE);
if (options->createDB)
@@ -455,8 +455,8 @@ int main(int argc, char *argv[])
finishPlaylist();
start = clock();
closeMp3Directory();
DEBUG("closeMp3Directory took %f seconds\n",
directory_finish();
DEBUG("directory_finish took %f seconds\n",
((float)(clock()-start))/CLOCKS_PER_SEC);
deinit_main_notify();