mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-07-24 20:08:52 +00:00
After subscription import was moved from the Java service to the worker, picked files were classified using only the URI string. Files selected through Android's document picker may use opaque content URIs, so a subscriptions.csv file from Downloads could be treated as application/octet-stream and rejected before parsing. The previous StoredFileHelper path has been restored. The document provider is asked for the type first, with the picked file name used as a fallback. This matches the behavior used before the worker refactor.