From 1a9e2dfd83dbab2e9a5f277229c5994253fd8a9a Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 17 Feb 2014 16:35:08 -0500 Subject: fixed themoviedb search returning no results --- 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 e6c2a843b..09c0b20ca 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, + FileSystem = 1, /// /// The remote /// - Remote, + Remote = 2, /// /// The virtual /// - Virtual, + Virtual = 3, /// /// The offline /// - Offline + Offline = 4 } } -- cgit v1.2.3