mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-10 00:02:56 +01:00
expand on dlna profiles
This commit is contained in:
@@ -22,9 +22,9 @@ namespace MediaBrowser.Dlna.PlayTo
|
||||
_httpClient = httpClient;
|
||||
}
|
||||
|
||||
public async Task<XDocument> SendCommandAsync(string baseUrl, uService service, string command, string postData, string header = null)
|
||||
public async Task<XDocument> SendCommandAsync(string baseUrl, DeviceService service, string command, string postData, string header = null)
|
||||
{
|
||||
var serviceUrl = service.ControlURL;
|
||||
var serviceUrl = service.ControlUrl;
|
||||
if (!serviceUrl.StartsWith("/"))
|
||||
serviceUrl = "/" + serviceUrl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user