aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/Hls/AudioHlsService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Api/Playback/Hls/AudioHlsService.cs')
-rw-r--r--MediaBrowser.Api/Playback/Hls/AudioHlsService.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Api/Playback/Hls/AudioHlsService.cs b/MediaBrowser.Api/Playback/Hls/AudioHlsService.cs
index ecdab94b3..98033c057 100644
--- a/MediaBrowser.Api/Playback/Hls/AudioHlsService.cs
+++ b/MediaBrowser.Api/Playback/Hls/AudioHlsService.cs
@@ -18,8 +18,8 @@ namespace MediaBrowser.Api.Playback.Hls
}
- [Route("/Audio/{Id}/segments/{SegmentId}.mp3", "GET")]
- [Route("/Audio/{Id}/segments/{SegmentId}.aac", "GET")]
+ [Route("/Audio/{Id}/segments/{SegmentId}/stream.mp3", "GET")]
+ [Route("/Audio/{Id}/segments/{SegmentId}/stream.aac", "GET")]
[ServiceStack.ServiceHost.Api(Description = "Gets an Http live streaming segment file. Internal use only.")]
public class GetHlsAudioSegment
{