mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-18 06:17:59 +01:00
add file size to its signature too
This commit is contained in:
parent
6faaed9eba
commit
35e92f77e9
1 changed files with 1 additions and 1 deletions
|
@ -88,5 +88,5 @@ data class Medium(
|
|||
return calendar.timeInMillis.toString()
|
||||
}
|
||||
|
||||
fun getSignature() = ObjectKey("$path-$modified")
|
||||
fun getSignature() = ObjectKey("$path-$modified-$size")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue