Skip to content

Commit a198bb9

Browse files
committed
Updated readme
1 parent 8307d1c commit a198bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A kotlin app that allows you to read the contents of a torrent file.
1717
val creationDate: String?,
1818
val encoding: String?,
1919
val isSingleFile: Boolean,
20-
val length: Long,
20+
val totalSize: Long,
2121
val files: MutableList<File>,
2222
val name: String?,
2323
val source: String,

0 commit comments

Comments
 (0)