aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-07-05 10:54:14 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-07-05 10:54:14 -0400
commitdc21adf1a4c832e057d7ec91901e528d3100868e (patch)
tree0002f20bd730475ed042e7fcd9e384c4a107a802 /MediaBrowser.Model/Entities
parentae559e0ed11450cb737dfd40d41fead5d021ae48 (diff)
beginnings of offline support
Diffstat (limited to 'MediaBrowser.Model/Entities')
-rw-r--r--MediaBrowser.Model/Entities/LocationType.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/LocationType.cs b/MediaBrowser.Model/Entities/LocationType.cs
index 3adf03024..e6c2a843b 100644
--- a/MediaBrowser.Model/Entities/LocationType.cs
+++ b/MediaBrowser.Model/Entities/LocationType.cs
@@ -17,6 +17,10 @@ namespace MediaBrowser.Model.Entities
/// <summary>
/// The virtual
/// </summary>
- Virtual
+ Virtual,
+ /// <summary>
+ /// The offline
+ /// </summary>
+ Offline
}
}