delete media from existsCache when deleting
This commit is contained in:
@@ -91,6 +91,7 @@ export async function deleteMediaFromLocal(
|
|||||||
if (file.exists) {
|
if (file.exists) {
|
||||||
file.delete()
|
file.delete()
|
||||||
}
|
}
|
||||||
|
mediaExistsCache.delete(localRefPath)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user