aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library/LibraryStructureService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-08-13 16:54:29 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-08-13 16:54:29 -0400
commit8508e07bb9d1af326ef4c1c1b891e0d49288167b (patch)
tree90b1d6eaf77b6d8a0e4d8da896c01473f11119f8 /MediaBrowser.Api/Library/LibraryStructureService.cs
parent4f658db3f12e174f6b093f7feb3f9b161bf17062 (diff)
improve genre displays
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryStructureService.cs')
-rw-r--r--MediaBrowser.Api/Library/LibraryStructureService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Library/LibraryStructureService.cs b/MediaBrowser.Api/Library/LibraryStructureService.cs
index 3af213493..dd3c7211a 100644
--- a/MediaBrowser.Api/Library/LibraryStructureService.cs
+++ b/MediaBrowser.Api/Library/LibraryStructureService.cs
@@ -11,6 +11,7 @@ using System.Threading;
using System.Threading.Tasks;
using CommonIO;
using MediaBrowser.Controller.Configuration;
+using MediaBrowser.Model.Configuration;
namespace MediaBrowser.Api.Library
{