Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: metadata lookup failure handling
Update `add` method in `lib/screens/settings/audio_sources.dart` to handle metadata lookup failures. * **Metadata Fetching:** - Wrap `MetadataFetch.extract` call with a try/catch block to handle potential exceptions. - Assign `null` to `metadata` if an exception occurs. - Use the URL hostname as the title if metadata lookup fails. * **Audio Source Addition:** - Update the `addSource` method to use the title derived from metadata or URL hostname. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/muxable/rtchat?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information