diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-24 16:06:37 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-24 16:06:37 -0400 |
| commit | 4d57e9b63e24abed41ba38ab82eb50c21a6938fe (patch) | |
| tree | fe8e85195a4d4e6779b263363f1653addf368938 /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | db66b73a4f500230dd0ed4f5b93d02c6c6916973 (diff) | |
dlna fix for media monkey
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index 923af3816..dc085dab9 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -1522,6 +1522,10 @@ namespace MediaBrowser.Api.Playback { request.LiveStreamId = val; } + else if (i == 24) + { + // Duplicating ItemId because of MediaMonkey + } } } |
