aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Genres
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-06 22:10:13 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-06 22:10:13 -0500
commitb1713a16cdac471f7921b0fa5706ace6a368e140 (patch)
treef0bbaebcb72fa984ec502e0c5b10ee75f2447612 /MediaBrowser.Providers/Genres
parent57c92fa948bdcefa6b224094ca21f04a8cde6737 (diff)
switch to generic lookup type
Diffstat (limited to 'MediaBrowser.Providers/Genres')
-rw-r--r--MediaBrowser.Providers/Genres/GenreMetadataService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Providers/Genres/GenreMetadataService.cs b/MediaBrowser.Providers/Genres/GenreMetadataService.cs
index da88457bd..199f79baf 100644
--- a/MediaBrowser.Providers/Genres/GenreMetadataService.cs
+++ b/MediaBrowser.Providers/Genres/GenreMetadataService.cs
@@ -12,7 +12,7 @@ using System.Threading.Tasks;
namespace MediaBrowser.Providers.Genres
{
- public class GenreMetadataService : MetadataService<Genre, ItemId>
+ public class GenreMetadataService : MetadataService<Genre, ItemLookupInfo>
{
private readonly ILibraryManager _libraryManager;