update the Medium serialVersionUID

This commit is contained in:
tibbi 2016-11-30 22:52:27 +01:00
parent c262755401
commit 75adc50906
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class Medium(val name: String, var path: String, val isVideo: Boolean, val times
override fun toString() = "Medium {name=$name, path=$path, isVideo=$isVideo, timestamp=$timestamp, size=$size}"
companion object {
private val serialVersionUID = -6543139465975455L
private val serialVersionUID = -6553149466975455L
var sorting: Int = 0
}
}