ADD: added request for tracklist for entity

This commit is contained in:
hwinkel
2023-11-10 13:28:11 +01:00
parent 8f703dd1c7
commit 8a4795296e
10 changed files with 177 additions and 9 deletions

View File

@@ -40,7 +40,6 @@ class TrackListCLass
if(Track.isOnEdit === false)
{
console.log("update");
Track.Name = input.Name;
Track.Course = input.Course;
Track.Speed = input.Speed;