mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-21 01:07:32 +01:00
disconnect even if not 200
This commit is contained in:
parent
e8a31fb6f4
commit
3469121bbf
@ -60,6 +60,7 @@ public class SBRequester {
|
|||||||
videoHasSegments = true;
|
videoHasSegments = true;
|
||||||
timeWithoutSegments = SponsorBlockUtils.getTimeWithoutSegments(segments.toArray(new SponsorSegment[0]));
|
timeWithoutSegments = SponsorBlockUtils.getTimeWithoutSegments(segments.toArray(new SponsorSegment[0]));
|
||||||
}
|
}
|
||||||
|
connection.disconnect();
|
||||||
}
|
}
|
||||||
catch (Exception ex) {
|
catch (Exception ex) {
|
||||||
ex.printStackTrace();
|
ex.printStackTrace();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user