Merge branch 'v0.18.x'

This commit is contained in:
Max Kellermann
2013-12-14 12:37:16 +01:00
12 changed files with 126 additions and 143 deletions

View File

@@ -89,8 +89,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())