mirror of
https://github.com/fmang/opustags.git
synced 2025-07-08 02:24:30 +02:00
main: do use options.full when calling list_tags
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user