aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/BaseStreamingService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-24 16:06:37 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-24 16:06:37 -0400
commit4d57e9b63e24abed41ba38ab82eb50c21a6938fe (patch)
treefe8e85195a4d4e6779b263363f1653addf368938 /MediaBrowser.Api/Playback/BaseStreamingService.cs
parentdb66b73a4f500230dd0ed4f5b93d02c6c6916973 (diff)
dlna fix for media monkey
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
-rw-r--r--MediaBrowser.Api/Playback/BaseStreamingService.cs4
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
+ }
}
}