Files
Purefin/app
Barnabas Balogh 8ca3f1a3cc fix: move all network I/O off the main thread to prevent UI freezes
Wrap all JellyfinApiClient suspend functions with withContext(Dispatchers.IO)
so callers (ViewModels on Main dispatcher) no longer block the UI thread.
Replace runBlocking in JellyfinAuthInterceptor with a reactive cached token
to avoid blocking OkHttp threads. Add IO dispatching to player MediaRepository
for DataStore reads.
2026-02-09 20:43:00 +01:00
..
2026-01-16 19:47:33 +01:00
2026-01-16 19:47:33 +01:00