mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-02 23:21:52 +01: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.