diff --git a/docs/hdi/pool.md b/docs/hdi/pool.md index 4245e47..7618f13 100644 --- a/docs/hdi/pool.md +++ b/docs/hdi/pool.md @@ -61,6 +61,11 @@ After you have initialized your function, we need to fill in the proper paramete - `bool` - Set this value to `True` if you want to use Apple Music functionality within Pomice. Apple Music will **not work** if you don't enable this. +* - `fallback` + - `bool` + - Set this value to `True` if you want Pomice to automatically switch all players to another available node if one disconnects. + You must have two or more nodes to be able to do this. + ::: @@ -78,7 +83,8 @@ await NodePool.create_node( password="", spotify_client_id="", spotify_client_secret="" - apple_music=True + apple_music=, + fallback= ) ```