mirror of
https://github.com/alexta69/metube.git
synced 2026-06-15 16:20:06 +00:00
allow filtering out members-only videos in subscriptions (closes #971)
This commit is contained in:
@@ -10,6 +10,7 @@ export interface SubscriptionRow {
|
||||
quality: string;
|
||||
folder: string;
|
||||
title_regex?: string;
|
||||
skip_subscriber_only?: boolean;
|
||||
last_checked: number | null;
|
||||
seen_count: number;
|
||||
error: string | null;
|
||||
|
||||
Reference in New Issue
Block a user