fix restore from old backup to updated trackimpl. (#1269)
* fix restore from old backup to updated trackimpl. added backup of tracking url for new backups * assignment not needed
This commit is contained in:
committed by
Bram van de Kerkhof
parent
bf9b9ca54c
commit
cf5c816483
@@ -20,7 +20,7 @@ class TrackImpl : Track {
|
||||
|
||||
override var status: Int = 0
|
||||
|
||||
override lateinit var tracking_url: String
|
||||
override var tracking_url: String = ""
|
||||
|
||||
override fun equals(other: Any?): Boolean {
|
||||
if (this === other) return true
|
||||
|
||||
Reference in New Issue
Block a user