SongUpdate: accept files without metadata
If the file was recognized by a decoder plugin, accept it - don't require metadata.
This commit is contained in:
@@ -95,8 +95,7 @@ Song::UpdateFile()
|
||||
|
||||
TagBuilder tag_builder;
|
||||
if (!tag_file_scan(path_fs,
|
||||
&full_tag_handler, &tag_builder) ||
|
||||
!tag_builder.IsDefined())
|
||||
&full_tag_handler, &tag_builder))
|
||||
return false;
|
||||
|
||||
if (tag_builder.IsEmpty())
|
||||
|
Reference in New Issue
Block a user