| 
														
															@@ -9,6 +9,7 @@ using Jellyfin.Server.Implementations; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 using Jellyfin.Server.Implementations.Activity; 
														 | 
														
														 | 
														
															 using Jellyfin.Server.Implementations.Activity; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 using Jellyfin.Server.Implementations.Users; 
														 | 
														
														 | 
														
															 using Jellyfin.Server.Implementations.Users; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 using MediaBrowser.Common.Net; 
														 | 
														
														 | 
														
															 using MediaBrowser.Common.Net; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+using MediaBrowser.Controller; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 using MediaBrowser.Controller.Drawing; 
														 | 
														
														 | 
														
															 using MediaBrowser.Controller.Drawing; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 using MediaBrowser.Controller.Library; 
														 | 
														
														 | 
														
															 using MediaBrowser.Controller.Library; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 using MediaBrowser.Model.Activity; 
														 | 
														
														 | 
														
															 using MediaBrowser.Model.Activity; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -33,9 +34,9 @@ namespace Jellyfin.Server 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         /// <param name="fileSystem">The <see cref="IFileSystem" /> to be used by the <see cref="CoreAppHost" />.</param> 
														 | 
														
														 | 
														
															         /// <param name="fileSystem">The <see cref="IFileSystem" /> to be used by the <see cref="CoreAppHost" />.</param> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         /// <param name="networkManager">The <see cref="INetworkManager" /> to be used by the <see cref="CoreAppHost" />.</param> 
														 | 
														
														 | 
														
															         /// <param name="networkManager">The <see cref="INetworkManager" /> to be used by the <see cref="CoreAppHost" />.</param> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         public CoreAppHost( 
														 | 
														
														 | 
														
															         public CoreAppHost( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            ServerApplicationPaths applicationPaths, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            IServerApplicationPaths applicationPaths, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ILoggerFactory loggerFactory, 
														 | 
														
														 | 
														
															             ILoggerFactory loggerFactory, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            StartupOptions options, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            IStartupOptions options, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             IFileSystem fileSystem, 
														 | 
														
														 | 
														
															             IFileSystem fileSystem, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             INetworkManager networkManager) 
														 | 
														
														 | 
														
															             INetworkManager networkManager) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             : base( 
														 | 
														
														 | 
														
															             : base( 
														 |