title filter for subscriptions (closes #968)

This commit is contained in:
Alex Shnitman
2026-04-26 22:51:48 +03:00
parent d89a5ddbe5
commit 91ee8312bf
8 changed files with 470 additions and 8 deletions
+1
View File
@@ -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;