Variables are left untouched when song info is missing
For example, when artist info is missing, %artist% - %title%
produces:
- Actual:
%artist% - Song Name
- Expected:
Unknown Artist - Song Name
For example, when artist info is missing, %artist% - %title%
produces:
%artist% - Song Name
Unknown Artist - Song Name