getter for torrent url

pull/145/head
Ritvik Saraf 2018-12-30 15:23:24 +05:30
rodzic ef0ffb2229
commit fade7bd749
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -55,6 +55,10 @@ public abstract class Stream implements Serializable {
public String getUrl() {
return url;
}
public String getTorrentUrl() {
return torrentUrl;
}
public MediaFormat getFormat() {
return mediaFormat;