parent
810ded76c5
commit
8a306b079c
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue