fix playlist id and new alert box when session done

This commit is contained in:
RemiSaurel
2022-08-21 12:24:38 +02:00
parent 1e1028fc9d
commit c90c314706
3 changed files with 4 additions and 3 deletions
+2
View File
@@ -131,7 +131,9 @@ export default {
if (this.isRestingTime) {
this.isRestingTime = false;
this.resetSession();
alert("PAUSE TERMINÉE 📚");
} else {
alert("SESSION TERMINÉE 👏");
this.nbSessionsFinished++;
if (this.nbSessionsFinished === 4) {
this.setupPauseTimer(LONG_PAUSE);