setFeedback(null)} />
Media Sources
-
{showForm && (
-
)}
@@ -570,9 +673,14 @@ function SourcesTab() {
? Synced {new Date(synced).toLocaleDateString()}
: Not synced
}
+ {src.min_video_length_seconds && Min {src.min_video_length_seconds}s}
+ {src.max_video_length_seconds && Max {src.max_video_length_seconds}s}
+ {src.min_repeat_gap_hours && Gap {src.min_repeat_gap_hours}h}
+ {src.max_age_days && Age {'<='} {src.max_age_days}d}