fix(netd): check if artist is an empty string
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-01-17 01:59:12 -05:00
parent 810ded76c5
commit 8a306b079c

View file

@ -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(