|
@@ -518,7 +518,7 @@ public class FileDownloader extends Service
|
|
|
file.setRemoteId(mCurrentDownload.getFile().getRemoteId());
|
|
|
mStorageManager.saveFile(file);
|
|
|
if (MimeTypeUtil.isMedia(mCurrentDownload.getMimeType())) {
|
|
|
- FileDataStorageManager.triggerMediaScan(file.getStoragePath());
|
|
|
+ FileDataStorageManager.triggerMediaScan(file.getStoragePath(), file);
|
|
|
}
|
|
|
mStorageManager.saveConflict(file, null);
|
|
|
}
|