module/mpd: increase tag count in tag set

96d2d057e0
added a new tag, ‘volume’, but didn’t bump the tag count.

This meant the last tag in the set, ‘elapsed’ was never seen by
anybody, and not free:d when the tag set was free:d.
This commit is contained in:
Daniel Eklöf 2021-01-04 20:01:46 +01:00
parent 3603ca982a
commit e85e3e8ced
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -173,7 +173,7 @@ content(struct module *mod)
tag_new_int_realtime(
mod, "elapsed", elapsed, 0, m->duration, realtime),
},
.count = 11,
.count = 12,
};
mtx_unlock(&mod->lock);