From 30d6e2cd6ce0702faaec73b7ffb59d9844fb6967 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 15 Apr 2013 11:10:12 -0400 Subject: made library scan a bit more conservative --- MediaBrowser.Model/Entities/IHasMediaStreams.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'MediaBrowser.Model/Entities') diff --git a/MediaBrowser.Model/Entities/IHasMediaStreams.cs b/MediaBrowser.Model/Entities/IHasMediaStreams.cs index a0312aa7b..8c4ea288a 100644 --- a/MediaBrowser.Model/Entities/IHasMediaStreams.cs +++ b/MediaBrowser.Model/Entities/IHasMediaStreams.cs @@ -7,6 +7,20 @@ namespace MediaBrowser.Model.Entities /// public interface IHasMediaStreams { + /// + /// Gets or sets the media streams. + /// + /// The media streams. List MediaStreams { get; set; } + /// + /// Gets or sets the path. + /// + /// The path. + string Path { get; set; } + /// + /// Gets or sets the primary image path. + /// + /// The primary image path. + string PrimaryImagePath { get; set; } } } -- cgit v1.2.3