disconnect even if not 200

This commit is contained in:
caneleex 2022-01-23 22:46:12 +01:00
parent 8281ea4fdf
commit 0be6695620
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ public class SBRequester {
videoHasSegments = true;
timeWithoutSegments = SponsorBlockUtils.getTimeWithoutSegments(segments.toArray(new SponsorSegment[0]));
}
connection.disconnect();
}
catch (Exception ex) {
ex.printStackTrace();