Move skip rule code to new file

This commit is contained in:
Ajay
2025-06-06 23:39:51 -04:00
parent 1b5dc38750
commit dc5bb5b8aa
6 changed files with 150 additions and 144 deletions

View File

@@ -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;