not showing text when app is not running

Hello. Need some help... What's the code to not showing the artist name (text) when the app/player is not active/running? THANK YOU!

Try this

$if(mi(state)!=stopped, mi(artist), "")$

works!!!! thank you!!!

😁👍