mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Program.cs - Plugs output in the wrong place. #2155
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?
Originally created by @BaronGreenback on GitHub (Sep 27, 2020).
The method appHost,Init() is called at line 182, and contains the code
However, this code will never ben run, as the plugins aren't loaded until later in appHost.InitializeServices() ( called from program.cs line 188)