diff --git a/skill/app.py b/skill/app.py index 5c70f66..2e88fda 100755 --- a/skill/app.py +++ b/skill/app.py @@ -917,6 +917,7 @@ sb.add_request_handler(NaviSonicPlayPlaylist()) sb.add_request_handler(NaviSonicPlayFavouriteSongs()) sb.add_request_handler(NaviSonicPlayMusicByGenre()) sb.add_request_handler(NaviSonicPlayMusicRandom()) +sb.add_request_handler(NaviSonicRandomiseQueue()) sb.add_request_handler(NaviSonicSongDetails()) sb.add_request_handler(NaviSonicStarSong()) sb.add_request_handler(NaviSonicUnstarSong())