diff --git a/configurations/homie/modules/home-assistant/netdaemon/apps/Spotify/PlayAlbum/PlayAlbum.cs b/configurations/homie/modules/home-assistant/netdaemon/apps/Spotify/PlayAlbum/PlayAlbum.cs index 65e78867..46467b55 100644 --- a/configurations/homie/modules/home-assistant/netdaemon/apps/Spotify/PlayAlbum/PlayAlbum.cs +++ b/configurations/homie/modules/home-assistant/netdaemon/apps/Spotify/PlayAlbum/PlayAlbum.cs @@ -41,7 +41,7 @@ namespace NetDaemonConfig.Apps.Spotify.PlayAlbum { string uri; - if (e.artist is not null) + if (e.artist is not null && e.artist != "") { SpotifyplusSearchArtistsResponse? artistResult = ( await services.Spotifyplus.SearchArtistsAsync(