pull/144/head
于俊 12 months ago
parent e41599038d
commit b4da09db30
  1. 2
      app/src/main/java/com/github/tvbox/osc/viewmodel/SourceViewModel.java

@ -553,7 +553,7 @@ public class SourceViewModel extends ViewModel {
String json = null;
try {
json = future.get(10, TimeUnit.SECONDS);
json = future.get(15, TimeUnit.SECONDS);
LOG.i("echo--getDetail--result:" + json);
} catch (TimeoutException e) {
LOG.i("echo--getDetail--timeout");

Loading…
Cancel
Save