This commit is contained in:
CDeenen
2020-11-24 18:48:25 +01:00
parent 8f1a5271dd
commit 0ae6336f52
19 changed files with 52 additions and 182 deletions

View File

@@ -143,7 +143,6 @@ export class PlaylistControl{
const mode = settings.playlistMode[playlistNr];
if (mode == 0) playing[i].stopAll();
}
}
}
@@ -227,7 +226,4 @@ export class PlaylistControl{
await playlist.updateEmbeddedEntity("PlaylistSound", {_id: track._id, playing: play});
playlist.update({playing: play});
}
}