mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-16 19:50:35 +01:00
Nicer catch all
This commit is contained in:
parent
956d555b35
commit
38f1f5f5c6
@ -462,8 +462,8 @@ class MediaPlayerController(
|
|||||||
} else {
|
} else {
|
||||||
musicService.star(song.id, null, null)
|
musicService.star(song.id, null, null)
|
||||||
}
|
}
|
||||||
} catch (e: java.lang.Exception) {
|
} catch (all: Exception) {
|
||||||
Timber.e(e)
|
Timber.e(all)
|
||||||
}
|
}
|
||||||
}.start()
|
}.start()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user