Skip to content
Commit 9f548b84 authored by Eric Jiang's avatar Eric Jiang Committed by Julius Künzel
Browse files

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.
parent cf47be8a
Pipeline #200055 passed with stage
in 7 minutes and 17 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment