From 15b80188b373ba82aae67e1a517de73f6e41e038 Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 9 Jul 2016 12:20:59 -0400 Subject: [PATCH] Fix error in turn_off_action documentation. (#628) The documentation for `turn_off_action` incorrectly listed `poweroff` when it should have listed `shutdown`. --- source/_components/media_player.kodi.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/media_player.kodi.markdown b/source/_components/media_player.kodi.markdown index 851f3b520c4..fd7d5ccf387 100644 --- a/source/_components/media_player.kodi.markdown +++ b/source/_components/media_player.kodi.markdown @@ -37,4 +37,4 @@ Configuration variables: - **name** (*Optional*): The name of the device used in the frontend. - **username** (*Optional*): The XBMC/Kodi HTTP username. - **password** (*Optional*): The XBMC/Kodi HTTP password. -- **turn_off_action** (*Optional*): The desired turn off action. Options are `none`, `quit`, `hibernate`, `suspend`, `reboot`, or `poweroff`. Default `none`. +- **turn_off_action** (*Optional*): The desired turn off action. Options are `none`, `quit`, `hibernate`, `suspend`, `reboot`, or `shutdown`. Default `none`.