mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15965] [MERGED] Add mblink creation logic to library update endpoint. #14484
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/15965
Author: @Collin-Swish
Created: 1/7/2026
Status: ✅ Merged
Merged: 1/17/2026
Merged by: @crobibero
Base:
release-10.11.z← Head:fix-missing-mblink📝 Commits (2)
fa6e998Add mblink creation logic to library update endpoint.cfcb9e9Remove unnecessary using statement📊 Changes
3 files changed (+38 additions, -13 deletions)
View changed files
📝
Emby.Server.Implementations/Library/LibraryManager.cs(+20 -13)📝
Jellyfin.Api/Controllers/LibraryStructureController.cs(+11 -0)📝
MediaBrowser.Controller/Library/ILibraryManager.cs(+7 -0)📄 Description
Changes
Added logic to create mblink files when new media paths are added using the update library endpoint. Previously The server relied on separate calls to the add media path endpoints by clients.
Issues
Fixes #15964
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.