Changes to support title change in metadata

This commit is contained in:
Caleb James DeLisle
2017-08-17 19:01:33 +02:00
parent 604415b32c
commit 415399ef64
3 changed files with 14 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ define([
if (ctx.cpNfInner) { return ctx.cpNfInner; }
options.sframeChan = ctx.sframeChan;
ctx.cpNfInner = CpNfInner.start(options);
ctx.cpNfInner.metadataMgr.onChangeLazy(options.onLocal);
return ctx.cpNfInner;
};