feat: Set File Date to First Aired Date

This commit is contained in:
kodi
2026-03-09 11:40:21 +01:00
parent 8d0c36cc42
commit 8aec1ae269
7 changed files with 450 additions and 16 deletions
+32
View File
@@ -63,6 +63,11 @@ body {
overflow: hidden;
}
#panelSearch .panel-body {
flex: 1;
min-height: 0;
}
.panel h2 {
margin: 0 0 10px;
font-size: 16px;
@@ -223,6 +228,10 @@ button.secondary {
min-height: 40px;
}
.panel-search-footer {
justify-content: flex-end;
}
.mismatch {
color: #b91c1c;
font-weight: 700;
@@ -265,6 +274,29 @@ button.secondary {
max-height: 280px;
}
.settings-card {
width: min(520px, 94vw);
}
.settings-section h4 {
margin: 0 0 8px;
font-size: 14px;
color: #1e293b;
}
.settings-check {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
color: #334155;
}
.settings-actions {
justify-content: flex-end;
margin-top: 12px;
}
#panelSelectedEpisodes .panel-footer button:first-child,
#panelSelectedEpisodes .panel-footer button:last-child,
#panelSelectedFiles .panel-footer button:first-child,