Compare commits
No commits in common. "fa75ba4ad7c4e5d131933bd8afc52a065b6ea68a" and "44497c442936981a676960769dc36034638eb4fc" have entirely different histories.
fa75ba4ad7
...
44497c4429
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"backend_de": "http://localhost:31204",
|
"backend_dev": "http://localhost:31204",
|
||||||
"backend_dev": "https://webplay.rocks",
|
"backend_de": "https://webplay.rocks",
|
||||||
"backend": "https://webplay.rocks"
|
"backend": "https://webplay.rocks"
|
||||||
}
|
}
|
@ -146,9 +146,7 @@ export default {
|
|||||||
this.pushHistoryItem();
|
this.pushHistoryItem();
|
||||||
|
|
||||||
if (this.currentTrackParent.progress) {
|
if (this.currentTrackParent.progress) {
|
||||||
if (this.currentTrackParent.progress.id == this.selectedTrack._id) {
|
|
||||||
this.skipToSecond(this.currentTrackParent.progress.progress);
|
this.skipToSecond(this.currentTrackParent.progress.progress);
|
||||||
}
|
|
||||||
this.currentTrackParent.progress = undefined;
|
this.currentTrackParent.progress = undefined;
|
||||||
} else {
|
} else {
|
||||||
// Try to fix SAFARI
|
// Try to fix SAFARI
|
||||||
|
Loading…
Reference in New Issue
Block a user