diff --git a/src/routes/WatchVideo.vue b/src/routes/WatchVideo.vue index 5301d41..e2dd700 100644 --- a/src/routes/WatchVideo.vue +++ b/src/routes/WatchVideo.vue @@ -255,7 +255,7 @@ export default { this.sponsors = await this.$store.dispatch('auth/makeRequest', { path: '/sponsors/' + this.videoId, params: { - category: JSON.stringify() + category: JSON.stringify(selectedSkip) } }) },