main #19

Merged
artem merged 39 commits from main into dev 2023-09-22 14:13:12 +02:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit fa75ba4ad7 - Show all commits

View File

@ -1,5 +1,5 @@
{
"backend_dev": "http://localhost:31204",
"backend_de": "https://webplay.rocks",
"backend_de": "http://localhost:31204",
"backend_dev": "https://webplay.rocks",
"backend": "https://webplay.rocks"
}

View File

@ -146,7 +146,9 @@ export default {
this.pushHistoryItem();
if (this.currentTrackParent.progress) {
if (this.currentTrackParent.progress.id == this.selectedTrack._id) {
this.skipToSecond(this.currentTrackParent.progress.progress);
}
this.currentTrackParent.progress = undefined;
} else {
// Try to fix SAFARI