From 4e38c3537398b01776f6e1c5e1c08bce73eec82e Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 19 Feb 2014 00:21:03 -0500 Subject: fixed remote control flyout --- MediaBrowser.Model/Entities/LocationType.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'MediaBrowser.Model/Entities') diff --git a/MediaBrowser.Model/Entities/LocationType.cs b/MediaBrowser.Model/Entities/LocationType.cs index 09c0b20cab..84de803aa2 100644 --- a/MediaBrowser.Model/Entities/LocationType.cs +++ b/MediaBrowser.Model/Entities/LocationType.cs @@ -9,18 +9,18 @@ namespace MediaBrowser.Model.Entities /// /// The file system /// - FileSystem = 1, + FileSystem = 0, /// /// The remote /// - Remote = 2, + Remote = 1, /// /// The virtual /// - Virtual = 3, + Virtual = 2, /// /// The offline /// - Offline = 4 + Offline = 3 } } -- cgit v1.2.3