diff --git a/src/components/WatchVideo.vue b/src/components/WatchVideo.vue index 2f9d20d0..ac475de5 100644 --- a/src/components/WatchVideo.vue +++ b/src/components/WatchVideo.vue @@ -216,7 +216,7 @@ export default { this.fetchComments().then(data => (this.comments = data)); }, async fetchSubscribedStatus() { - if (!this.channelId) return; + if (!this.channelId || !this.authenticated) return; this.fetchJson( this.apiUrl() + "/subscribed",