Skip to content

Commit 14e6121

Browse files
Fix build warning
1 parent 1fd0df8 commit 14e6121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MSUScripter/Services/ControlServices/PyMusicLooperPanelService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ await ITaskService.Run(async () =>
101101
}
102102
}
103103

104-
if (playSong)
104+
if (playSong && !string.IsNullOrEmpty(songPath))
105105
{
106106
_ = audioPlayerService.PlaySongAsync(songPath, true);
107107
}

0 commit comments

Comments
 (0)