mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-18 16:01:44 +00:00
A simple Media Hub
- Replaced three separate flow collectors with a single combined flow - Prevents potential race conditions and reduces coroutine overhead - Uses combine() to merge pluginsEnabled, repositories, and scrapers flows - Single collector updates UI state atomically for all three values This ensures that flow collection is more efficient and reduces the risk of memory leaks from multiple concurrent collectors. |
||
|---|---|---|
| .idea | ||
| .kotlin/errors | ||
| app | ||
| gradle | ||
| .gitignore | ||
| build.gradle.kts | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| settings.gradle.kts | ||