mirror of
https://github.com/alexta69/metube.git
synced 2026-06-15 16:20:06 +00:00
title filter for subscriptions (closes #968)
This commit is contained in:
@@ -9,6 +9,7 @@ export interface SubscriptionRow {
|
||||
format: string;
|
||||
quality: string;
|
||||
folder: string;
|
||||
title_regex?: string;
|
||||
last_checked: number | null;
|
||||
seen_count: number;
|
||||
error: string | null;
|
||||
|
||||
Reference in New Issue
Block a user