mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #6761] [MERGED] Streamline startup code #11109
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/6761
Author: @Bond-009
Created: 11/1/2021
Status: ✅ Merged
Merged: 11/3/2021
Merged by: @cvium
Base:
master← Head:startup2📝 Commits (1)
104e36fStreamline startup code📊 Changes
6 files changed (+123 additions, -143 deletions)
View changed files
📝
Emby.Server.Implementations/ApplicationHost.cs(+72 -78)📝
Jellyfin.Server/CoreAppHost.cs(+21 -28)📝
Jellyfin.Server/Program.cs(+21 -20)📝
MediaBrowser.Common/IApplicationHost.cs(+3 -1)📝
tests/Jellyfin.Server.Integration.Tests/JellyfinApplicationFactory.cs(+4 -6)📝
tests/Jellyfin.Server.Integration.Tests/TestAppHost.cs(+2 -10)📄 Description
Before without web dir set:
After:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.