mirror of
https://github.com/fmang/opustags.git
synced 2025-03-14 08:30:08 +01:00
Make --list work also when editing the streams
This commit is contained in:
parent
e1d954388e
commit
159340926a
@ -47,6 +47,7 @@ void opustags::edit_tags(
|
||||
|
||||
case ogg::TAGS_READY:
|
||||
handler.edit(s->stream.serialno, s->tags);
|
||||
handler.list(s->stream.serialno, s->tags);
|
||||
out.write_tags(s->stream.serialno, s->tags);
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user