getter for torrent url
This commit is contained in:
parent
ef0ffb2229
commit
fade7bd749
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ public abstract class Stream implements Serializable {
|
||||||
return url;
|
return url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getTorrentUrl() {
|
||||||
|
return torrentUrl;
|
||||||
|
}
|
||||||
|
|
||||||
public MediaFormat getFormat() {
|
public MediaFormat getFormat() {
|
||||||
return mediaFormat;
|
return mediaFormat;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue