main: do use options.full when calling list_tags

This commit is contained in:
Frédéric Mangano 2016-04-06 10:05:53 +02:00
parent 2d7f812119
commit 76bf95a74c

View File

@ -65,7 +65,7 @@ int main(int argc, char **argv)
if (options.path_out.empty()) {
std::ifstream in(options.path_in);
opustags::ogg::Decoder dec(in);
list_tags(dec, options.tags_handler);
list_tags(dec, options.tags_handler, options.full);
// TODO: report errors if user tries to edit the stream
} else {
std::ifstream in(options.path_in);