diff --git a/devices/homie/modules/home-assistant/netdaemon/Apps/Spotify/PlayAlbum/PlayAlbum.cs b/devices/homie/modules/home-assistant/netdaemon/apps/Spotify/PlayAlbum/PlayAlbum.cs similarity index 100% rename from devices/homie/modules/home-assistant/netdaemon/Apps/Spotify/PlayAlbum/PlayAlbum.cs rename to devices/homie/modules/home-assistant/netdaemon/apps/Spotify/PlayAlbum/PlayAlbum.cs diff --git a/devices/homie/modules/home-assistant/netdaemon/Apps/Spotify/PlayAlbum/SpotifyplusSearchAlbumsResponse.cs b/devices/homie/modules/home-assistant/netdaemon/apps/Spotify/PlayAlbum/SpotifyplusSearchAlbumsResponse.cs similarity index 100% rename from devices/homie/modules/home-assistant/netdaemon/Apps/Spotify/PlayAlbum/SpotifyplusSearchAlbumsResponse.cs rename to devices/homie/modules/home-assistant/netdaemon/apps/Spotify/PlayAlbum/SpotifyplusSearchAlbumsResponse.cs diff --git a/devices/homie/modules/home-assistant/netdaemon/Apps/Spotify/PlayArtist/PlayArtist.cs b/devices/homie/modules/home-assistant/netdaemon/apps/Spotify/PlayArtist/PlayArtist.cs similarity index 100% rename from devices/homie/modules/home-assistant/netdaemon/Apps/Spotify/PlayArtist/PlayArtist.cs rename to devices/homie/modules/home-assistant/netdaemon/apps/Spotify/PlayArtist/PlayArtist.cs diff --git a/devices/homie/modules/home-assistant/netdaemon/Apps/Spotify/PlayArtist/SpotifyplusSearchArtistsResponse.cs b/devices/homie/modules/home-assistant/netdaemon/apps/Spotify/PlayArtist/SpotifyplusSearchArtistsResponse.cs similarity index 100% rename from devices/homie/modules/home-assistant/netdaemon/Apps/Spotify/PlayArtist/SpotifyplusSearchArtistsResponse.cs rename to devices/homie/modules/home-assistant/netdaemon/apps/Spotify/PlayArtist/SpotifyplusSearchArtistsResponse.cs diff --git a/devices/homie/modules/home-assistant/netdaemon/Apps/Spotify/PlayPlaylist/PlayPlaylist.cs b/devices/homie/modules/home-assistant/netdaemon/apps/Spotify/PlayPlaylist/PlayPlaylist.cs similarity index 100% rename from devices/homie/modules/home-assistant/netdaemon/Apps/Spotify/PlayPlaylist/PlayPlaylist.cs rename to devices/homie/modules/home-assistant/netdaemon/apps/Spotify/PlayPlaylist/PlayPlaylist.cs diff --git a/devices/homie/modules/home-assistant/netdaemon/Apps/Spotify/PlayPlaylist/SpotifyplusPlaylistResponse.cs b/devices/homie/modules/home-assistant/netdaemon/apps/Spotify/PlayPlaylist/SpotifyplusPlaylistResponse.cs similarity index 100% rename from devices/homie/modules/home-assistant/netdaemon/Apps/Spotify/PlayPlaylist/SpotifyplusPlaylistResponse.cs rename to devices/homie/modules/home-assistant/netdaemon/apps/Spotify/PlayPlaylist/SpotifyplusPlaylistResponse.cs diff --git a/devices/homie/modules/home-assistant/netdaemon/Apps/Spotify/PlaySong/PlaySong.cs b/devices/homie/modules/home-assistant/netdaemon/apps/Spotify/PlaySong/PlaySong.cs similarity index 100% rename from devices/homie/modules/home-assistant/netdaemon/Apps/Spotify/PlaySong/PlaySong.cs rename to devices/homie/modules/home-assistant/netdaemon/apps/Spotify/PlaySong/PlaySong.cs diff --git a/devices/homie/modules/home-assistant/netdaemon/Apps/Spotify/PlaySong/SpotifyplusSearchTracksResponse.cs b/devices/homie/modules/home-assistant/netdaemon/apps/Spotify/PlaySong/SpotifyplusSearchTracksResponse.cs similarity index 100% rename from devices/homie/modules/home-assistant/netdaemon/Apps/Spotify/PlaySong/SpotifyplusSearchTracksResponse.cs rename to devices/homie/modules/home-assistant/netdaemon/apps/Spotify/PlaySong/SpotifyplusSearchTracksResponse.cs diff --git a/devices/homie/modules/home-assistant/netdaemon/Apps/Spotify/Types.cs b/devices/homie/modules/home-assistant/netdaemon/apps/Spotify/Types.cs similarity index 100% rename from devices/homie/modules/home-assistant/netdaemon/Apps/Spotify/Types.cs rename to devices/homie/modules/home-assistant/netdaemon/apps/Spotify/Types.cs diff --git a/devices/homie/modules/home-assistant/netdaemon/program.cs b/devices/homie/modules/home-assistant/netdaemon/program.cs index 8f5c3e2e..6147a3df 100644 --- a/devices/homie/modules/home-assistant/netdaemon/program.cs +++ b/devices/homie/modules/home-assistant/netdaemon/program.cs @@ -12,6 +12,7 @@ using NetDaemon.Extensions.Scheduler; using NetDaemon.Extensions.Tts; using NetDaemon.Runtime; + try { await Host.CreateDefaultBuilder(args)