diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-26 19:23:58 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-26 19:23:58 -0500 |
| commit | 44c0eba39d277a83712c7c20a5483e1530db3e41 (patch) | |
| tree | a2188572b744d04b853c8463052e3525238cd12e /MediaBrowser.Controller/Entities/Genre.cs | |
| parent | 14720063bc3344791fe2b8028bc50fc83dacbdb5 (diff) | |
abstract preferred metadata language per item
Diffstat (limited to 'MediaBrowser.Controller/Entities/Genre.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Genre.cs | 1 |
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; |
