Add regex-based path preprocessing for playlist sync

This commit is contained in:
Koha9
2025-11-25 21:33:04 +09:00
parent d7f00408e5
commit 0ad64216f5
7 changed files with 220 additions and 1 deletions
+10
View File
@@ -38,3 +38,13 @@
.status-unset {
background-color: var(--bs-secondary);
}
.rule-add-btn {
width: 64px;
height: 64px;
font-size: 1.5rem;
}
.rule-row .form-control {
min-width: 0;
}