mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-17 14:56:20 +00:00
The DELETE request for removing the push token was not awaited, causing a race condition where setApi(null) could execute while the request was still in flight. This ensures proper sequencing.