Migrate to customizable cast receiver config

This commit is contained in:
Cody Robibero
2023-09-23 10:59:13 -06:00
parent 25faf8b1d9
commit ba7e3bfd82
13 changed files with 1064 additions and 257 deletions

View File

@@ -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
};
}