mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2026-09-02 21:04:10 +03:00
Fix possible NPE
This commit is contained in:
@@ -120,7 +120,7 @@ class RemotePlayerService : Service(), CoroutineScope {
|
||||
return super.onUnbind(intent)
|
||||
}
|
||||
|
||||
override fun onStartCommand(intent: Intent, flags: Int, startId: Int): Int {
|
||||
override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int {
|
||||
if (mediaSessionManager == null) {
|
||||
initMediaSessions()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user