diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-13 16:53:46 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-13 16:53:46 -0400 |
| commit | 93fdbc17d8e3dde88647b8baad20d664374d4a35 (patch) | |
| tree | 4985bac40bca83c2eda21de949771b6d7bf52781 /MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | |
| parent | b07a1e67c26a595b906dccc135dfff62d9883e65 (diff) | |
Added video bitrate sort order
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 6be7487ad..fed6dad82 100644 --- a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj +++ b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj @@ -210,6 +210,7 @@ <Compile Include="Persistence\SqliteUserDataRepository.cs" /> <Compile Include="Persistence\SqliteUserRepository.cs" /> <Compile Include="Sorting\TrailerCountComparer.cs" /> + <Compile Include="Sorting\VideoBitRateComparer.cs" /> <Compile Include="Udp\UdpMessageReceivedEventArgs.cs" /> <Compile Include="Udp\UdpServer.cs" /> <Compile Include="WebSocket\AlchemyServer.cs" /> |
