aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session/PlaybackStopInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Session/PlaybackStopInfo.cs')
-rw-r--r--MediaBrowser.Model/Session/PlaybackStopInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Session/PlaybackStopInfo.cs b/MediaBrowser.Model/Session/PlaybackStopInfo.cs
index 6f3351eeff..1f466fcf3f 100644
--- a/MediaBrowser.Model/Session/PlaybackStopInfo.cs
+++ b/MediaBrowser.Model/Session/PlaybackStopInfo.cs
@@ -1,5 +1,5 @@
-using MediaBrowser.Model.Dto;
-using System;
+using System;
+using MediaBrowser.Model.Dto;
namespace MediaBrowser.Model.Session
{