jellyfin-android
jellyfin-android copied to clipboard
Fix broken external links
Changes Links in metadata would open in the app and lock it up. I override the function shouldOverrideUrlLoading to launch external links with the system. External links are defined as those that aren't intercepted by shouldInterceptRequest and don't contain the server hostname.
Issues Fixes #984