Skip to content

Commit

Permalink
remove sync verified when switching a submission movie file
Browse files Browse the repository at this point in the history
  • Loading branch information
adelikat committed Sep 1, 2024
1 parent 38d9f9e commit ad64500
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TASVideos/Pages/Submissions/Edit.cshtml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ public async Task<IActionResult> OnPost()
}

submission.MovieFile = await Submission.ReplaceMovieFile.ToBytes();
submission.SyncedOn = null;
submission.SyncedBy = null;
}

if (SubmissionHelper.JudgeIsClaiming(submission.Status, Submission.Status))
Expand Down

0 comments on commit ad64500

Please sign in to comment.