mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 13:39:47 -05:00
[library] Rename constants
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user