aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2023-09-23 10:59:13 -0600
committerCody Robibero <cody@robibe.ro>2023-09-23 11:04:53 -0600
commitba7e3bfd82aeee3c74a99fa1f4ca94deca8b4dbe (patch)
tree2cc018ba10941f0aadcf24f79db42bc92b3d06b9 /Emby.Server.Implementations/ApplicationHost.cs
parent25faf8b1d990218e73509d6e3d63734b27e10999 (diff)
Migrate to customizable cast receiver config
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index f8208af70..5f8d275b6 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -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
};
}