Copy review data so there is a diff (#11896)

This commit is contained in:
Nicolas Mowen
2024-06-11 18:05:20 -05:00
committed by GitHub
parent 272a21ffab
commit 6978140492

View File

@@ -140,7 +140,7 @@ class PendingReviewSegment:
"zones": list(self.zones),
"audio": list(self.audio),
},
}
}.copy()
class ReviewSegmentMaintainer(threading.Thread):