add file size to its signature too

This commit is contained in:
tibbi 2020-06-13 23:42:29 +02:00
parent 6faaed9eba
commit 35e92f77e9
1 changed files with 1 additions and 1 deletions

View File

@ -88,5 +88,5 @@ data class Medium(
return calendar.timeInMillis.toString()
}
fun getSignature() = ObjectKey("$path-$modified")
fun getSignature() = ObjectKey("$path-$modified-$size")
}