style: 🎨 just a line

This commit is contained in:
Michel Roux 2024-10-24 00:40:44 +02:00
parent 5b0b1dcc81
commit 3aa5a6020e

View File

@ -78,6 +78,7 @@ export const usePlayer = defineStore('player', {
},
play() {
this.playCount++
if (this.playCount > 10) {
showError(t('repod', 'A browser extension conflict with RePod'))
} else {