Fix the browser thumbnails when file is not indexed by the ML
It was due to the fact that we try to find a ML media corresponding to the file. As it fails when the media is not indexed, a new MediaWrapper
was created with id 0. In that case, the BitmapCache
key was the same for all the files, leading to a cache collision.
Fixes #2358 (closed)