[PR #6836] [MERGED] Very light cleanup in applicationhost #11154

Closed
opened 2026-02-07 06:33:26 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6836
Author: @cvium
Created: 11/13/2021
Status: Merged
Merged: 11/13/2021
Merged by: @crobibero

Base: masterHead: apphost_light_cleanup


📝 Commits (1)

  • 5a65bc1 Very light cleanup in applicationhost

📊 Changes

4 files changed (+52 additions, -102 deletions)

View changed files

📝 Emby.Server.Implementations/ApplicationHost.cs (+45 -81)
📝 Jellyfin.Api/Controllers/SystemController.cs (+4 -1)
📝 MediaBrowser.Common/IApplicationHost.cs (+0 -7)
📝 MediaBrowser.Controller/IServerApplicationHost.cs (+3 -13)

📄 Description

Changes
Moved WOL to the controller and deprecated the endpoint. And other small refactors/optimizations.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/6836 **Author:** [@cvium](https://github.com/cvium) **Created:** 11/13/2021 **Status:** ✅ Merged **Merged:** 11/13/2021 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `apphost_light_cleanup` --- ### 📝 Commits (1) - [`5a65bc1`](https://github.com/jellyfin/jellyfin/commit/5a65bc1e696b362760939107a989d24645676d4f) Very light cleanup in applicationhost ### 📊 Changes **4 files changed** (+52 additions, -102 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/ApplicationHost.cs` (+45 -81) 📝 `Jellyfin.Api/Controllers/SystemController.cs` (+4 -1) 📝 `MediaBrowser.Common/IApplicationHost.cs` (+0 -7) 📝 `MediaBrowser.Controller/IServerApplicationHost.cs` (+3 -13) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Moved WOL to the controller and deprecated the endpoint. And other small refactors/optimizations. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:33:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11154