diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-22 12:16:43 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-22 12:16:43 -0400 |
| commit | e2dee00cc0d48f2aa60001237c6cc092849f7222 (patch) | |
| tree | 8baaf31285226f680be94518c67d659ff694050c /MediaBrowser.Server.Implementations/Sorting/AlphanumComparator.cs | |
| parent | 327af0fe62bb3a055e4286154e9ba6104969af24 (diff) | |
rename MediaVersions to MediaSources
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sorting/AlphanumComparator.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Sorting/AlphanumComparator.cs | 3 |
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 |
