Fixed bug: Sponsor segments drawn wrongly when video has chapters and changed orientation
This commit is contained in:
parent
ac2e3937ce
commit
277c29c8aa
2 changed files with 18 additions and 5 deletions
|
|
@ -37,9 +37,10 @@ public class SponsorBlockSettings {
|
|||
public static int adjustNewSegmentMillis = 150;
|
||||
public static String uuid = "<invalid>";
|
||||
public static File cacheDirectory;
|
||||
static Context context;
|
||||
private static String sponsorBlockUrlCategories = "[]";
|
||||
|
||||
static Context context;
|
||||
|
||||
public SponsorBlockSettings(Context context) {
|
||||
SponsorBlockSettings.context = context;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue