mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-01 06:16:30 +01:00
safer hls kill
This commit is contained in:
@@ -125,5 +125,12 @@ namespace MediaBrowser.Common
|
||||
/// </summary>
|
||||
/// <returns>Task.</returns>
|
||||
Task Init();
|
||||
|
||||
/// <summary>
|
||||
/// Creates the instance.
|
||||
/// </summary>
|
||||
/// <param name="type">The type.</param>
|
||||
/// <returns>System.Object.</returns>
|
||||
object CreateInstance(Type type);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user