improved device discovery

This commit is contained in:
Luke Pulverenti
2014-04-25 13:30:41 -04:00
parent 1544b7bf9c
commit eda8159b44
21 changed files with 486 additions and 327 deletions

View File

@@ -298,7 +298,7 @@ namespace MediaBrowser.Model.Dlna
{
if (IsDirectStream)
{
return MediaSource.Bitrate;
return MediaSource.Size;
}
if (RunTimeTicks.HasValue)