mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Fix mistake
This commit is contained in:
@@ -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)
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user