X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Frouting%2Fmeta.service.ts;h=97e440faf2b33a4e69598f7b7096615915d56720;hb=cf21b2cbef61929177b9c09b5e017c3b7eb8535d;hp=a5ac778dc20812c38e8b36633c3997e61f6ca444;hpb=4d7ce9218a3f695bf3d013cbdce1c5c6a5221927;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) {