mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-18 02:22:24 +00:00
* Add flock to openapi spec upload
Prevents a race condition if two PRs are merged in very quick
succession.
* Remove lock at the end
* Revert "Remove lock at the end"
This reverts commit a7baafd10e.
* Correct incorrect comments
* Exit with an error if flock fails