mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-12 21:30:30 +05:30
Merge pull request #6858 from Bnyro/master
chore: remove unused case in onCustomCommand
This commit is contained in:
commit
17031248ce
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user