diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-01-19 02:32:39 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-01-19 02:32:39 -0500 |
| commit | fe1630aec43fca7b1450659704269e0cc6f3cb40 (patch) | |
| tree | 7ad78feb848e93c6889f883d0e0e9b7b2c8b7f65 /Emby.Server.Implementations/Channels/ChannelManager.cs | |
| parent | da5f64e42447e3829a6b97c7e739feaa3dc004a8 (diff) | |
update default dlna profile
Diffstat (limited to 'Emby.Server.Implementations/Channels/ChannelManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Channels/ChannelManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Channels/ChannelManager.cs b/Emby.Server.Implementations/Channels/ChannelManager.cs index f7dc93009..8f03fa7a4 100644 --- a/Emby.Server.Implementations/Channels/ChannelManager.cs +++ b/Emby.Server.Implementations/Channels/ChannelManager.cs @@ -343,7 +343,7 @@ namespace Emby.Server.Implementations.Channels private MediaSourceInfo GetMediaSource(BaseItem item, ChannelMediaInfo info) { - var source = info.ToMediaSource(); + var source = info.ToMediaSource(item.Id); source.RunTimeTicks = source.RunTimeTicks ?? item.RunTimeTicks; |
