aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/github/daneren2005/dsub/service/ChromeCastController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/github/daneren2005/dsub/service/ChromeCastController.java b/src/github/daneren2005/dsub/service/ChromeCastController.java
index bf811e0c..a7c8798a 100644
--- a/src/github/daneren2005/dsub/service/ChromeCastController.java
+++ b/src/github/daneren2005/dsub/service/ChromeCastController.java
@@ -227,7 +227,7 @@ public class ChromeCastController extends RemoteController {
if (mediaPlayer != null && !error) {
mediaPlayer.stop(apiClient);
}
- } catch(IOException e) {
+ } catch(Exception e) {
Log.e(TAG, "Failed to stop RemoteMediaPlayer", e);
}
downloadService.setPlayerState(PlayerState.IDLE);