mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 01:50:26 -05:00
[library] Rename 'library_process_media' to 'library_add_media'
This commit is contained in:
@@ -66,7 +66,7 @@ struct library_source
|
||||
|
||||
|
||||
void
|
||||
library_process_media(struct media_file_info *mfi);
|
||||
library_add_media(struct media_file_info *mfi);
|
||||
|
||||
int
|
||||
library_add_playlist_info(const char *path, const char *title, const char *virtual_path, enum pl_type type, int parent_pl_id, int dir_id);
|
||||
|
||||
Reference in New Issue
Block a user