mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
Store the movie/episode title as UTF-8 bytes in DownloadRequest.data when building each download request. PurefinDownloadService reads it back in getForegroundNotification() so the notification shows the actual title (e.g. "Inception") instead of the generic "Downloading". For multiple simultaneous downloads the existing "Downloading N files" text is kept. The title is persisted by Media3 alongside the request, so it survives app restarts.