add file size to its signature too
This commit is contained in:
parent
6faaed9eba
commit
35e92f77e9
|
@ -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 New Issue