style: 🎨 just a line
This commit is contained in:
parent
5b0b1dcc81
commit
3aa5a6020e
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user