update default dlna profile

This commit is contained in:
Luke Pulverenti
2017-01-19 02:32:39 -05:00
parent da5f64e424
commit fe1630aec4
5 changed files with 9 additions and 10 deletions

View File

@@ -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;