Select a valid activeTrack for new documents
When creating a new KdenliveDoc, the activeTrack property was set to be the last audio track's position + 1. If a new document with 0 video tracks is created, then activeTrack is out of range and causes a crash later in TimelineController::documentProperties().
This fixes BUG: 442545