FileCommands: fix deadlock in "albumart" command
Must lock the mutex before calling any of the unprotected InputStream methods. Closes #462
This commit is contained in:
Must lock the mutex before calling any of the unprotected InputStream methods. Closes #462