mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #15196] [MERGED] Skip directory entry when restoring from backup #14249
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/15196
Author: @crobibero
Created: 10/25/2025
Status: ✅ Merged
Merged: 10/26/2025
Merged by: @crobibero
Base:
release-10.11.z← Head:skip-dir📝 Commits (1)
560c1e4Skip extracting directory entry when restoring📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
Jellyfin.Server.Implementations/FullSystemBackup/BackupService.cs(+2 -1)📄 Description
Fixes https://github.com/jellyfin/jellyfin/issues/15162
Not completely sure how the backup archive was created with an unexpected subdir, but the fix is simple enough. Any files in that sub directory are extracted as expected
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.