Update ft-video-player.js

This commit is contained in:
Preston 2021-05-17 15:06:10 -04:00
parent 015bc472a7
commit 55f62d1018
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ export default Vue.extend({
return 'var(--accent-color)'
default:
console.error(`Unknown SponsorBlock category ${category}`)
return 'yellow'
return 'var(--accent-color)'
}
},