toggle menu
extensions-lib
17-rc1
jvm
switch theme
search in API
extensions-lib
/
eu.kanade.tachiyomi.torrentutils.model
/
TorrentInfo
Torrent
Info
data
class
TorrentInfo
(
val
title
:
String
,
val
files
:
List
<
TorrentFile
>
,
val
hash
:
String
,
val
size
:
Long
,
val
trackers
:
List
<
String
>
=
emptyList()
)
Members
Constructors
Torrent
Info
Link copied to clipboard
constructor
(
title
:
String
,
files
:
List
<
TorrentFile
>
,
hash
:
String
,
size
:
Long
,
trackers
:
List
<
String
>
=
emptyList()
)
Properties
files
Link copied to clipboard
val
files
:
List
<
TorrentFile
>
hash
Link copied to clipboard
val
hash
:
String
size
Link copied to clipboard
val
size
:
Long
title
Link copied to clipboard
val
title
:
String
trackers
Link copied to clipboard
val
trackers
:
List
<
String
>
Functions
set
Trackers
Link copied to clipboard
fun
setTrackers
(
trackers
:
List
<
String
>
)
:
TorrentInfo