mirror of
https://github.com/fmang/opustags.git
synced 2025-03-14 08:30:08 +01:00
main: do use options.full when calling list_tags
This commit is contained in:
parent
2d7f812119
commit
76bf95a74c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user