diff options
Diffstat (limited to 'MediaBrowser.Model/Session/GeneralCommand.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/GeneralCommand.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Session/GeneralCommand.cs b/MediaBrowser.Model/Session/GeneralCommand.cs index 5cfe3e67b..e86b44dca 100644 --- a/MediaBrowser.Model/Session/GeneralCommand.cs +++ b/MediaBrowser.Model/Session/GeneralCommand.cs @@ -1,5 +1,5 @@ -using System.Collections.Generic; -using System; +using System; +using System.Collections.Generic; namespace MediaBrowser.Model.Session { |
