Martynas

Results 2 issues of Martynas

Once I install g810-led it does work, but after installation, all my media buttons stop working, also after restarting pc it hangs up on udev initialization.

question

### Summary This PR fixes a Kotlin compilation error in `MusicService.kt` related to the `onBind` method signature. ### Problem The existing code attempted to override: ```kotlin override fun onBind(intent: Intent?):...