aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers
diff options
context:
space:
mode:
authorClaus Vium <clausvium@gmail.com>2019-01-26 09:07:13 +0100
committerBond-009 <bond.009@outlook.com>2019-01-26 21:59:06 +0100
commit64b6cfa3dc4c2eab8d0caf6a3506e9cb40ff5025 (patch)
treeda7528432c91bbc8ac03c3da4cf608c633e5ed00 /MediaBrowser.Providers
parente3b19c22a7506d6e03d6519b50797c1f49c70034 (diff)
Add Size to TypedBaseItem
Diffstat (limited to 'MediaBrowser.Providers')
-rw-r--r--MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs b/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs
index 80c93f1571..d2abd2a639 100644
--- a/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs
+++ b/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs
@@ -175,6 +175,7 @@ namespace MediaBrowser.Providers.MediaInfo
{
video.RunTimeTicks = mediaInfo.RunTimeTicks;
}
+ video.Size = mediaInfo.Size;
if (video.VideoType == VideoType.VideoFile)
{