From dc21adf1a4c832e057d7ec91901e528d3100868e Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 5 Jul 2013 10:54:14 -0400 Subject: beginnings of offline support --- MediaBrowser.Model/Entities/LocationType.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'MediaBrowser.Model/Entities') diff --git a/MediaBrowser.Model/Entities/LocationType.cs b/MediaBrowser.Model/Entities/LocationType.cs index 3adf030247..e6c2a843ba 100644 --- a/MediaBrowser.Model/Entities/LocationType.cs +++ b/MediaBrowser.Model/Entities/LocationType.cs @@ -17,6 +17,10 @@ namespace MediaBrowser.Model.Entities /// /// The virtual /// - Virtual + Virtual, + /// + /// The offline + /// + Offline } } -- cgit v1.2.3