Skip to content

KPluginMetaData: Avoid reading metadata from plugin loader twice

Nicolas Fella requested to merge work/nico/plugin-once into master

Plugins internally store the metadata as CBOR and metaData() converts it to JSON

Cache the result in a local variable so we don't need to do that twice

Merge request reports

Loading