style: 🎨 just a line
All checks were successful
repod / xml (push) Successful in 13s
repod / php (push) Successful in 36s
repod / nodejs (push) Successful in 1m13s
repod / release (push) Has been skipped

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() { play() {
this.playCount++ this.playCount++
if (this.playCount > 10) { if (this.playCount > 10) {
showError(t('repod', 'A browser extension conflict with RePod')) showError(t('repod', 'A browser extension conflict with RePod'))
} else { } else {