mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-17 23:56:44 +00:00
Migrate to customizable cast receiver config
This commit is contained in:
@@ -968,7 +968,8 @@ namespace Emby.Server.Implementations
|
||||
ServerName = FriendlyName,
|
||||
LocalAddress = GetSmartApiUrl(request),
|
||||
SupportsLibraryMonitor = true,
|
||||
PackageName = _startupOptions.PackageName
|
||||
PackageName = _startupOptions.PackageName,
|
||||
CastReceiverApplications = ConfigurationManager.Configuration.CastReceiverApplications
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user