[library] Rename constants

This commit is contained in:
chme
2017-03-13 20:03:25 +01:00
committed by ejurgensen
parent f4aade7f3a
commit 59ade61d7b
4 changed files with 11 additions and 11 deletions

View File

@@ -1565,10 +1565,10 @@ scan_metadata(const char *path, struct media_file_info *mfi)
mfi->description = strdup("MPEG audio file");
}
return METADATA_OK;
return LIBRARY_OK;
}
return METADATA_PATH_INVALID;
return LIBRARY_PATH_INVALID;
}
/* Thread: main */