diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-15 00:01:58 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-15 00:01:58 -0500 |
| commit | 7d4f33f0e0eac3cd5d3829c01df47ad88675607a (patch) | |
| tree | 54707d4d1b1abc7ff3e4ff774c61c0ea340ee1e8 /MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | |
| parent | 5898627254b60138b2aed6ef8cff9d002b310a14 (diff) | |
add new fields from omdb
Diffstat (limited to 'MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj')
| -rw-r--r-- | MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj index f1e0d6a8db..e530eca46c 100644 --- a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj +++ b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj @@ -211,6 +211,7 @@ <Compile Include="Sorting\EpisodeCountComparer.cs" /> <Compile Include="Sorting\IsFolderComparer.cs" /> <Compile Include="Sorting\IsUnplayedComparer.cs" /> + <Compile Include="Sorting\MetascoreComparer.cs" /> <Compile Include="Sorting\MovieCountComparer.cs" /> <Compile Include="Sorting\MusicVideoCountComparer.cs" /> <Compile Include="Sorting\NameComparer.cs" /> |
