diff --git a/src/components/Channel.vue b/src/components/Channel.vue index 1df366a1..9e894541 100644 --- a/src/components/Channel.vue +++ b/src/components/Channel.vue @@ -39,6 +39,7 @@ export default { }, async getChannelData() { this.fetchChannel().then(data => this.channel = data) + .then(() => document.title = this.channel.name + " - Piped") }, timeFormat(duration) {