Copy review data so there is a diff

This commit is contained in:
Nicolas Mowen 2024-06-11 16:00:55 -06:00
parent 272a21ffab
commit 9b9cbe5512

View File

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