Remove SubtitlesStream#getURL()

This commit is contained in:
mhmdanas 2020-08-10 19:28:56 +03:00
parent 5ac80624a4
commit f0f1c009b2

View file

@ -42,10 +42,6 @@ public class SubtitlesStream extends Stream implements Serializable {
return format.suffix;
}
public String getURL() {
return url;
}
public boolean isAutoGenerated() {
return autoGenerated;
}