MCPcopy
hub / github.com/alexta69/metube / SubscribePayload

Interface SubscribePayload

ui/src/app/services/subscriptions.service.ts:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { AddDownloadPayload } from './downloads.service';
10
11export interface SubscribePayload extends AddDownloadPayload {
12 checkIntervalMinutes: number;
13 titleRegex: string;
14 skipSubscriberOnly: boolean;
15}
16
17@Injectable({
18 providedIn: 'root',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected