remove unused imports
This commit is contained in:
parent
84ec320df4
commit
aae8865bdd
3 changed files with 0 additions and 15 deletions
|
|
@ -66,11 +66,6 @@ public class DownloadMissionRecover extends Thread {
|
|||
}
|
||||
|
||||
private void tryRecover() throws ExtractionException, IOException, HttpError {
|
||||
/*if (mMission.source.startsWith(MissionRecoveryInfo.DIRECT_SOURCE)) {
|
||||
resolve(mMission.source.substring(MissionRecoveryInfo.DIRECT_SOURCE.length()));
|
||||
return;
|
||||
}*/
|
||||
|
||||
if (mExtractor == null) {
|
||||
try {
|
||||
StreamingService svr = NewPipe.getServiceByUrl(mMission.source);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue