From 3b4be92038bb517385696d6f12f08c23a79eda44 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 20 Apr 2014 21:36:12 -0400 Subject: expose more dlna profile settings in the web interface --- MediaBrowser.Model/ApiClient/IApiClient.cs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'MediaBrowser.Model/ApiClient/IApiClient.cs') diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index 782ca0c17..323373106 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -923,14 +923,6 @@ namespace MediaBrowser.Model.ApiClient /// options string GetVideoStreamUrl(VideoStreamOptions options); - /// - /// Formulates a url for streaming audio using the HLS protocol - /// - /// The options. - /// System.String. - /// options - string GetHlsAudioStreamUrl(StreamOptions options); - /// /// Formulates a url for streaming video using the HLS protocol /// -- cgit v1.2.3