mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-12 14:37:23 +03:00
Move skip rule code to new file
This commit is contained in:
@@ -2,7 +2,7 @@ import { Category, CategorySkipOption, VideoID } from "../types";
|
||||
import { getHash } from "../../maze-utils/src/hash";
|
||||
import { logWarn } from "./logger";
|
||||
import { asyncRequestToServer } from "./requests";
|
||||
import { getCategorySelection } from "./segmentData";
|
||||
import { getCategorySelection } from "./skipRule";
|
||||
|
||||
export interface VideoLabelsCacheData {
|
||||
category: Category;
|
||||
|
||||
Reference in New Issue
Block a user