mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-27 20:35:38 +02:00
Update tags "count" of "network" module
This commit is contained in:
parent
e013fcf28e
commit
843cc55f2a
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ content(struct module *mod)
|
||||||
tag_new_float(mod, "dl-speed", m->dl_speed),
|
tag_new_float(mod, "dl-speed", m->dl_speed),
|
||||||
tag_new_float(mod, "ul-speed", m->ul_speed),
|
tag_new_float(mod, "ul-speed", m->ul_speed),
|
||||||
},
|
},
|
||||||
.count = 13,
|
.count = 14,
|
||||||
};
|
};
|
||||||
|
|
||||||
mtx_unlock(&mod->lock);
|
mtx_unlock(&mod->lock);
|
||||||
|
|
Loading…
Add table
Reference in a new issue