diff --git a/docs/_sources/index.rst.txt b/docs/_sources/index.rst.txt index 87f4d97..d066d40 100644 --- a/docs/_sources/index.rst.txt +++ b/docs/_sources/index.rst.txt @@ -98,6 +98,8 @@ Supported Intents +-------------------------------------------+--------------------------------------------+-------------------------------------+ | :class:`~app.NaviSonicPlayFavouriteSongs` | Play your starred / favourite songs | Play my favourite songs | +-------------------------------------------+--------------------------------------------+-------------------------------------+ +| :class:`~app.NaviSonicRandomiseQueue` | Shuffle / randomise the current play queue | Shuffle the queue | ++-------------------------------------------+--------------------------------------------+-------------------------------------+ | :class:`~app.NaviSonicSongDetails` | Give details on the playing track | What is playing | +-------------------------------------------+--------------------------------------------+-------------------------------------+ | :class:`~app.NaviSonicStarSong` | Star / favourite a song | Star this song | @@ -413,7 +415,7 @@ Code Documentation ****************** .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :caption: Contents: AskNavidrome main diff --git a/docs/genindex.html b/docs/genindex.html index 4a36155..cab414a 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -133,6 +133,8 @@

C

  • (app.NaviSonicPlayPlaylist method)
  • (app.NaviSonicPlaySongByArtist method) +
  • +
  • (app.NaviSonicRandomiseQueue method)
  • (app.NaviSonicSongDetails method)
  • @@ -233,6 +235,8 @@

    H

  • (app.NaviSonicPlayPlaylist method)
  • (app.NaviSonicPlaySongByArtist method) +
  • +
  • (app.NaviSonicRandomiseQueue method)
  • (app.NaviSonicSongDetails method)
  • @@ -318,11 +322,13 @@

    N

  • NaviSonicPlayMusicRandom (class in app)
  • - - + +
  • NaviSonicRandomiseQueue +
  • NaviSonicSongDetails