aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/ItemImageInfo.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-20 16:06:04 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-20 16:06:04 -0400
commite068e84ab6c2bdee49c41ceef50cbcedd8bcb355 (patch)
tree256312e8b1ad75db9133116b62ea71d74eed4e2b /MediaBrowser.Controller/Entities/ItemImageInfo.cs
parent6df78dcb342bd38792cde75498292e3f6ef15fd7 (diff)
incorporate file length into image cache tag
Diffstat (limited to 'MediaBrowser.Controller/Entities/ItemImageInfo.cs')
-rw-r--r--MediaBrowser.Controller/Entities/ItemImageInfo.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/ItemImageInfo.cs b/MediaBrowser.Controller/Entities/ItemImageInfo.cs
index b36b818ff..1122de403 100644
--- a/MediaBrowser.Controller/Entities/ItemImageInfo.cs
+++ b/MediaBrowser.Controller/Entities/ItemImageInfo.cs
@@ -12,6 +12,12 @@ namespace MediaBrowser.Controller.Entities
public string Path { get; set; }
/// <summary>
+ /// Gets or sets the length.
+ /// </summary>
+ /// <value>The length.</value>
+ public long Length { get; set; }
+
+ /// <summary>
/// Gets or sets the type.
/// </summary>
/// <value>The type.</value>