aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Sorting/AlphanumComparator.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-22 12:16:43 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-22 12:16:43 -0400
commite2dee00cc0d48f2aa60001237c6cc092849f7222 (patch)
tree8baaf31285226f680be94518c67d659ff694050c /MediaBrowser.Server.Implementations/Sorting/AlphanumComparator.cs
parent327af0fe62bb3a055e4286154e9ba6104969af24 (diff)
rename MediaVersions to MediaSources
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sorting/AlphanumComparator.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Sorting/AlphanumComparator.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/Sorting/AlphanumComparator.cs b/MediaBrowser.Server.Implementations/Sorting/AlphanumComparator.cs
index 39a68b3f6..b76bf0a9c 100644
--- a/MediaBrowser.Server.Implementations/Sorting/AlphanumComparator.cs
+++ b/MediaBrowser.Server.Implementations/Sorting/AlphanumComparator.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
using System.Text;
namespace MediaBrowser.Server.Implementations.Sorting