From b11d06f36f31317f072e6cd1a27bd7d06b5f0c17 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 1 May 2013 22:44:52 -0400 Subject: more work on streaming remotely --- MediaBrowser.Controller/Entities/Video.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'MediaBrowser.Controller/Entities/Video.cs') diff --git a/MediaBrowser.Controller/Entities/Video.cs b/MediaBrowser.Controller/Entities/Video.cs index b3ed21b19..bac29f0f5 100644 --- a/MediaBrowser.Controller/Entities/Video.cs +++ b/MediaBrowser.Controller/Entities/Video.cs @@ -11,6 +11,13 @@ namespace MediaBrowser.Controller.Entities /// public class Video : BaseItem, IHasMediaStreams { + public Video() + { + MediaStreams = new List(); + Chapters = new List(); + PlayableStreamFileNames = new List(); + } + /// /// Gets or sets the type of the video. /// -- cgit v1.2.3