MediaGroupViewModel: fix concurrency
The files array is being accessed from N number of threads to add, move or remove content, which is leading to crashes within the swift runtime.
This MR proposes locking on the array to avoid this.
The files array is being accessed from N number of threads to add, move or remove content, which is leading to crashes within the swift runtime.
This MR proposes locking on the array to avoid this.
VideoLAN code repository instance