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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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