Merge pull request #10270 from crobibero/chromecast-config

This commit is contained in:
Bond-009
2023-10-17 14:29:19 +02:00
committed by GitHub
13 changed files with 1069 additions and 257 deletions

View File

@@ -67,7 +67,8 @@ public class SystemManager : ISystemManager
ServerName = _applicationHost.FriendlyName,
LocalAddress = _applicationHost.GetSmartApiUrl(request),
SupportsLibraryMonitor = true,
PackageName = _startupOptions.PackageName
PackageName = _startupOptions.PackageName,
CastReceiverApplications = _configurationManager.Configuration.CastReceiverApplications
};
}