mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-27 23:40:36 +05:30
update peertube instance
This commit is contained in:
parent
a83342de0f
commit
b1a77fa484
@ -141,7 +141,7 @@ public class PeertubeService extends StreamingService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setInstance(String url, String name) throws IOException {
|
public void setInstance(String url, String name) {
|
||||||
this.instance = new PeertubeInstance(url, name);
|
this.instance = new PeertubeInstance(url, name);
|
||||||
if(!StringUtil.isBlank(instance.getName())) {
|
if(!StringUtil.isBlank(instance.getName())) {
|
||||||
this.getServiceInfo().setName(instance.getName());
|
this.getServiceInfo().setName(instance.getName());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user