Merge pull request #6858 from Bnyro/master

chore: remove unused case in onCustomCommand
This commit is contained in:
Bnyro 2024-12-05 23:13:48 +01:00 committed by GitHub
commit 17031248ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,10 +115,6 @@ abstract class AbstractPlayerService : MediaLibraryService(), MediaLibrarySessio
RUN_PLAYER_COMMAND_ACTION -> {
runPlayerCommand(args)
}
else -> {
handlePlayerAction(PlayerEvent.valueOf(customCommand.customAction))
}
}
return super.onCustomCommand(session, controller, customCommand, args)