mirror of
https://github.com/owntone/owntone-server.git
synced 2025-12-01 13:52:37 -05:00
[library] Rename 'library_process_media' to 'library_add_media'
This commit is contained in:
@@ -344,7 +344,7 @@ fixup_tags(struct media_file_info *mfi)
|
||||
}
|
||||
|
||||
void
|
||||
library_process_media(struct media_file_info *mfi)
|
||||
library_add_media(struct media_file_info *mfi)
|
||||
{
|
||||
if (!mfi->path || !mfi->fname || !mfi->data_kind)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user