SongUpdate: move tag_scan_fallback() to tag/Generic.cxx
This commit is contained in:
@@ -31,8 +31,7 @@
|
||||
#include "util/UriUtil.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "tag/ApeTag.hxx"
|
||||
#include "tag/TagId3.hxx"
|
||||
#include "tag/Generic.hxx"
|
||||
#include "TagStream.hxx"
|
||||
#include "TagFile.hxx"
|
||||
#include "storage/StorageInterface.hxx"
|
||||
@@ -174,8 +173,7 @@ read_file_comments(Response &r, const Path path_fs)
|
||||
return CommandResult::ERROR;
|
||||
}
|
||||
|
||||
tag_ape_scan2(path_fs, &print_comment_handler, &r);
|
||||
tag_id3_scan(path_fs, &print_comment_handler, &r);
|
||||
ScanGenericTags(path_fs, print_comment_handler, &r);
|
||||
|
||||
return CommandResult::OK;
|
||||
|
||||
|
Reference in New Issue
Block a user