Unverified Commit 7dfa26ad authored by Vassilis Panos's avatar Vassilis Panos Committed by GitHub
Browse files

Update media_player.py

parent 9df2b1d6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -213,8 +213,6 @@ class SmartIRMediaPlayer(MediaPlayerDevice, RestoreEntity):

    async def send_command(self, command):
        async with self._temp_lock:
            _LOGGER.error(command)

            supported_controller = self._supported_controller
            commands_encoding = self._commands_encoding