aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/Genre.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-26 19:23:58 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-26 19:23:58 -0500
commit44c0eba39d277a83712c7c20a5483e1530db3e41 (patch)
treea2188572b744d04b853c8463052e3525238cd12e /MediaBrowser.Controller/Entities/Genre.cs
parent14720063bc3344791fe2b8028bc50fc83dacbdb5 (diff)
abstract preferred metadata language per item
Diffstat (limited to 'MediaBrowser.Controller/Entities/Genre.cs')
-rw-r--r--MediaBrowser.Controller/Entities/Genre.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/Genre.cs b/MediaBrowser.Controller/Entities/Genre.cs
index 0fa49639b..53bc64194 100644
--- a/MediaBrowser.Controller/Entities/Genre.cs
+++ b/MediaBrowser.Controller/Entities/Genre.cs
@@ -1,5 +1,4 @@
using MediaBrowser.Model.Dto;
-using System;
using System.Collections.Generic;
using System.Runtime.Serialization;