Fix `if (ok)` in ThumbnailCache::getAudioKey
In ThumbnailCache::getAudioKey, if (ok)
checks whether the pointer is null, not the actual value of *ok
which is computed right above.
In ThumbnailCache::getAudioKey, if (ok)
checks whether the pointer is null, not the actual value of *ok
which is computed right above.