mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-06 10:05:46 +01:00
9 lines
235 B
C#
9 lines
235 B
C#
namespace MediaBrowser.Controller.Plugins
|
|
{
|
|
/// <summary>
|
|
/// Indicates that a <see cref="IServerEntryPoint"/> should be invoked as a pre-startup task.
|
|
/// </summary>
|
|
public interface IRunBeforeStartup
|
|
{
|
|
}
|
|
}
|