fix: WebDAV in Backup-Tab, mkdirp robuster, Sync-Fehler blockieren keine Uploads

This commit is contained in:
2026-06-14 02:17:40 +02:00
parent 3d76ae9ce5
commit c3b8ff96de
3 changed files with 11 additions and 7 deletions

View File

@@ -2991,9 +2991,6 @@ function AdminPanel({ toast, mobile, user, nav }) {
<Sec title="TMDB API (KINO-FEATURE)">
<TmdbSettings toast={toast}/>
</Sec>
<Sec title="SYNOLOGY NAS / WEBDAV">
<WebDavSettings toast={toast}/>
</Sec>
</div>
)}
@@ -3031,6 +3028,9 @@ function AdminPanel({ toast, mobile, user, nav }) {
</div>
{file && <div style={{ color:'rgba(255,255,255,0.55)', fontSize:10, fontFamily:'monospace', marginTop:5 }}>{file.name}</div>}
</Sec>
<Sec title="SYNOLOGY NAS / WEBDAV">
<WebDavSettings toast={toast}/>
</Sec>
</div>
)}
</div>