mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 16:00:31 +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 -> {
|
RUN_PLAYER_COMMAND_ACTION -> {
|
||||||
runPlayerCommand(args)
|
runPlayerCommand(args)
|
||||||
}
|
}
|
||||||
|
|
||||||
else -> {
|
|
||||||
handlePlayerAction(PlayerEvent.valueOf(customCommand.customAction))
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return super.onCustomCommand(session, controller, customCommand, args)
|
return super.onCustomCommand(session, controller, customCommand, args)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user