diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-03 15:32:27 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-03 15:32:27 -0500 |
| commit | ecc6fcfbab7006c7c9bfcf76d329c663a2fa5a2c (patch) | |
| tree | d849f61148c2da3c2323379413682dc5f4448a00 /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | ede84702d1805fac2f452bf298e59549893baea5 (diff) | |
add custom collection sort orders to edit page
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
| -rw-r--r-- | MediaBrowser.Controller/MediaBrowser.Controller.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index e08361812..707997141 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -85,6 +85,7 @@ <Compile Include="Entities\IHasAspectRatio.cs" /> <Compile Include="Entities\IHasBudget.cs" /> <Compile Include="Entities\IHasCriticRating.cs" /> + <Compile Include="Entities\IHasDisplayOrder.cs" /> <Compile Include="Entities\IHasImages.cs" /> <Compile Include="Entities\IHasMediaStreams.cs" /> <Compile Include="Entities\IHasPreferredMetadataLanguage.cs" /> |
