X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Frouting%2Fmeta.service.ts;h=97e440faf2b33a4e69598f7b7096615915d56720;hb=b1dbb9fefc870a90b25f5c0153589f45c9e75e3e;hp=a5ac778dc20812c38e8b36633c3997e61f6ca444;hpb=8f608a4cb22ab232cfab20665050764b38bac9c7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/routing/meta.service.ts b/client/src/app/core/routing/meta.service.ts index a5ac778dc..97e440faf 100644 --- a/client/src/app/core/routing/meta.service.ts +++ b/client/src/app/core/routing/meta.service.ts @@ -16,9 +16,7 @@ export class MetaService { private meta: Meta, private server: ServerService ) { - this.config = this.server.getTmpConfig() - this.server.getConfig() - .subscribe(config => this.config = config) + this.config = this.server.getHTMLConfig() } setTitle (subTitle?: string) {