1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-05-13 14:20:27 +02:00

Added update_meta to public tptube API

This commit is contained in:
SX 2022-01-02 15:21:13 +02:00 committed by GitHub
parent 9a5549710a
commit 99fdf9afb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -288,5 +288,6 @@ pipeworks.tptube = {
save_tube_db = save_tube_db,
get_db = function() return tp_tube_db or read_tube_db() end,
set_tube = set_tube,
update_meta = update_meta,
tp_tube_db_version = tp_tube_db_version
}