aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Sorting/RandomComparer.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-10 15:44:36 -0400
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-10 15:44:36 -0400
commitc7d2b3a407940110c3601c9a0d096a5dbc249bb8 (patch)
tree19a6e2d99b1ab9234e4fd4be6b1a52cfbea8bbe1 /MediaBrowser.Server.Implementations/Sorting/RandomComparer.cs
parent3acfd73d86a06fc024e4293e37aa4e0fe226409c (diff)
updated ffmpeg. cleaned up some unused api properties
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sorting/RandomComparer.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Sorting/RandomComparer.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/Sorting/RandomComparer.cs b/MediaBrowser.Server.Implementations/Sorting/RandomComparer.cs
index 73c636bab..b1677331a 100644
--- a/MediaBrowser.Server.Implementations/Sorting/RandomComparer.cs
+++ b/MediaBrowser.Server.Implementations/Sorting/RandomComparer.cs
@@ -1,8 +1,7 @@
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Sorting;
-using MediaBrowser.Model.Dto;
-using System;
using MediaBrowser.Model.Querying;
+using System;
namespace MediaBrowser.Server.Implementations.Sorting
{