aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Session')
-rw-r--r--MediaBrowser.Model/Session/BrowseRequest.cs4
-rw-r--r--MediaBrowser.Model/Session/ClientCapabilities.cs2
-rw-r--r--MediaBrowser.Model/Session/GeneralCommand.cs2
-rw-r--r--MediaBrowser.Model/Session/GeneralCommandType.cs4
-rw-r--r--MediaBrowser.Model/Session/MessageCommand.cs4
-rw-r--r--MediaBrowser.Model/Session/PlayCommand.cs4
-rw-r--r--MediaBrowser.Model/Session/PlayMethod.cs4
-rw-r--r--MediaBrowser.Model/Session/PlayRequest.cs4
-rw-r--r--MediaBrowser.Model/Session/PlaybackProgressInfo.cs5
-rw-r--r--MediaBrowser.Model/Session/PlaybackStartInfo.cs2
-rw-r--r--MediaBrowser.Model/Session/PlaybackStopInfo.cs2
-rw-r--r--MediaBrowser.Model/Session/PlayerStateInfo.cs4
-rw-r--r--MediaBrowser.Model/Session/PlaystateCommand.cs4
-rw-r--r--MediaBrowser.Model/Session/PlaystateRequest.cs4
-rw-r--r--MediaBrowser.Model/Session/SessionUserInfo.cs4
-rw-r--r--MediaBrowser.Model/Session/TranscodingInfo.cs4
-rw-r--r--MediaBrowser.Model/Session/UserDataChangeInfo.cs3
17 files changed, 29 insertions, 31 deletions
diff --git a/MediaBrowser.Model/Session/BrowseRequest.cs b/MediaBrowser.Model/Session/BrowseRequest.cs
index 0a13c0549..d0ad28ea6 100644
--- a/MediaBrowser.Model/Session/BrowseRequest.cs
+++ b/MediaBrowser.Model/Session/BrowseRequest.cs
@@ -1,4 +1,4 @@
-
+
namespace MediaBrowser.Model.Session
{
/// <summary>
@@ -24,4 +24,4 @@ namespace MediaBrowser.Model.Session
/// <value>The name of the item.</value>
public string ItemName { get; set; }
}
-} \ No newline at end of file
+}
diff --git a/MediaBrowser.Model/Session/ClientCapabilities.cs b/MediaBrowser.Model/Session/ClientCapabilities.cs
index 0ba9988bb..fa74efb1b 100644
--- a/MediaBrowser.Model/Session/ClientCapabilities.cs
+++ b/MediaBrowser.Model/Session/ClientCapabilities.cs
@@ -1,5 +1,5 @@
-using MediaBrowser.Model.Dlna;
using System;
+using MediaBrowser.Model.Dlna;
namespace MediaBrowser.Model.Session
{
diff --git a/MediaBrowser.Model/Session/GeneralCommand.cs b/MediaBrowser.Model/Session/GeneralCommand.cs
index 5cfe3e67b..74e58e678 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.Collections.Generic;
namespace MediaBrowser.Model.Session
{
diff --git a/MediaBrowser.Model/Session/GeneralCommandType.cs b/MediaBrowser.Model/Session/GeneralCommandType.cs
index 9044dc3ec..4bb0c5cc5 100644
--- a/MediaBrowser.Model/Session/GeneralCommandType.cs
+++ b/MediaBrowser.Model/Session/GeneralCommandType.cs
@@ -1,4 +1,4 @@
-namespace MediaBrowser.Model.Session
+namespace MediaBrowser.Model.Session
{
/// <summary>
/// This exists simply to identify a set of known commands.
@@ -43,4 +43,4 @@
PlayMediaSource = 34,
PlayTrailers = 35
}
-} \ No newline at end of file
+}
diff --git a/MediaBrowser.Model/Session/MessageCommand.cs b/MediaBrowser.Model/Session/MessageCommand.cs
index b028765ed..d392f7d2e 100644
--- a/MediaBrowser.Model/Session/MessageCommand.cs
+++ b/MediaBrowser.Model/Session/MessageCommand.cs
@@ -1,4 +1,4 @@
-
+
namespace MediaBrowser.Model.Session
{
public class MessageCommand
@@ -9,4 +9,4 @@ namespace MediaBrowser.Model.Session
public long? TimeoutMs { get; set; }
}
-} \ No newline at end of file
+}
diff --git a/MediaBrowser.Model/Session/PlayCommand.cs b/MediaBrowser.Model/Session/PlayCommand.cs
index 3a5a951d7..b7a8f39ba 100644
--- a/MediaBrowser.Model/Session/PlayCommand.cs
+++ b/MediaBrowser.Model/Session/PlayCommand.cs
@@ -1,4 +1,4 @@
-namespace MediaBrowser.Model.Session
+namespace MediaBrowser.Model.Session
{
/// <summary>
/// Enum PlayCommand
@@ -26,4 +26,4 @@
/// </summary>
PlayShuffle = 4
}
-} \ No newline at end of file
+}
diff --git a/MediaBrowser.Model/Session/PlayMethod.cs b/MediaBrowser.Model/Session/PlayMethod.cs
index 87b728627..8daf8c953 100644
--- a/MediaBrowser.Model/Session/PlayMethod.cs
+++ b/MediaBrowser.Model/Session/PlayMethod.cs
@@ -1,4 +1,4 @@
-namespace MediaBrowser.Model.Session
+namespace MediaBrowser.Model.Session
{
public enum PlayMethod
{
@@ -6,4 +6,4 @@
DirectStream = 1,
DirectPlay = 2
}
-} \ No newline at end of file
+}
diff --git a/MediaBrowser.Model/Session/PlayRequest.cs b/MediaBrowser.Model/Session/PlayRequest.cs
index 2ee489f96..075ae7730 100644
--- a/MediaBrowser.Model/Session/PlayRequest.cs
+++ b/MediaBrowser.Model/Session/PlayRequest.cs
@@ -1,5 +1,5 @@
-using MediaBrowser.Model.Services;
using System;
+using MediaBrowser.Model.Services;
namespace MediaBrowser.Model.Session
{
@@ -40,4 +40,4 @@ namespace MediaBrowser.Model.Session
public string MediaSourceId { get; set; }
public int? StartIndex { get; set; }
}
-} \ No newline at end of file
+}
diff --git a/MediaBrowser.Model/Session/PlaybackProgressInfo.cs b/MediaBrowser.Model/Session/PlaybackProgressInfo.cs
index dfdd42c36..c1d630671 100644
--- a/MediaBrowser.Model/Session/PlaybackProgressInfo.cs
+++ b/MediaBrowser.Model/Session/PlaybackProgressInfo.cs
@@ -1,5 +1,5 @@
-using MediaBrowser.Model.Dto;
using System;
+using MediaBrowser.Model.Dto;
namespace MediaBrowser.Model.Session
{
@@ -112,7 +112,8 @@ namespace MediaBrowser.Model.Session
RepeatOne = 2
}
- public class QueueItem {
+ public class QueueItem
+ {
public Guid Id { get; set; }
public string PlaylistItemId { get; set; }
}
diff --git a/MediaBrowser.Model/Session/PlaybackStartInfo.cs b/MediaBrowser.Model/Session/PlaybackStartInfo.cs
index f6f496e4e..19e1823f4 100644
--- a/MediaBrowser.Model/Session/PlaybackStartInfo.cs
+++ b/MediaBrowser.Model/Session/PlaybackStartInfo.cs
@@ -1,4 +1,4 @@
-
+
namespace MediaBrowser.Model.Session
{
/// <summary>
diff --git a/MediaBrowser.Model/Session/PlaybackStopInfo.cs b/MediaBrowser.Model/Session/PlaybackStopInfo.cs
index 6f3351eef..8a85b1998 100644
--- a/MediaBrowser.Model/Session/PlaybackStopInfo.cs
+++ b/MediaBrowser.Model/Session/PlaybackStopInfo.cs
@@ -1,5 +1,5 @@
-using MediaBrowser.Model.Dto;
using System;
+using MediaBrowser.Model.Dto;
namespace MediaBrowser.Model.Session
{
diff --git a/MediaBrowser.Model/Session/PlayerStateInfo.cs b/MediaBrowser.Model/Session/PlayerStateInfo.cs
index f78842e29..7e54e16c8 100644
--- a/MediaBrowser.Model/Session/PlayerStateInfo.cs
+++ b/MediaBrowser.Model/Session/PlayerStateInfo.cs
@@ -1,4 +1,4 @@
-namespace MediaBrowser.Model.Session
+namespace MediaBrowser.Model.Session
{
public class PlayerStateInfo
{
@@ -62,4 +62,4 @@
/// <value>The repeat mode.</value>
public RepeatMode RepeatMode { get; set; }
}
-} \ No newline at end of file
+}
diff --git a/MediaBrowser.Model/Session/PlaystateCommand.cs b/MediaBrowser.Model/Session/PlaystateCommand.cs
index 3b70d5454..018ad6138 100644
--- a/MediaBrowser.Model/Session/PlaystateCommand.cs
+++ b/MediaBrowser.Model/Session/PlaystateCommand.cs
@@ -1,4 +1,4 @@
-
+
namespace MediaBrowser.Model.Session
{
/// <summary>
@@ -40,4 +40,4 @@ namespace MediaBrowser.Model.Session
FastForward,
PlayPause
}
-} \ No newline at end of file
+}
diff --git a/MediaBrowser.Model/Session/PlaystateRequest.cs b/MediaBrowser.Model/Session/PlaystateRequest.cs
index 8a046b503..08d3f0072 100644
--- a/MediaBrowser.Model/Session/PlaystateRequest.cs
+++ b/MediaBrowser.Model/Session/PlaystateRequest.cs
@@ -1,4 +1,4 @@
-namespace MediaBrowser.Model.Session
+namespace MediaBrowser.Model.Session
{
public class PlaystateRequest
{
@@ -12,4 +12,4 @@
/// <value>The controlling user identifier.</value>
public string ControllingUserId { get; set; }
}
-} \ No newline at end of file
+}
diff --git a/MediaBrowser.Model/Session/SessionUserInfo.cs b/MediaBrowser.Model/Session/SessionUserInfo.cs
index 7746bc2d6..42a56b92b 100644
--- a/MediaBrowser.Model/Session/SessionUserInfo.cs
+++ b/MediaBrowser.Model/Session/SessionUserInfo.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
namespace MediaBrowser.Model.Session
{
@@ -18,4 +18,4 @@ namespace MediaBrowser.Model.Session
/// <value>The name of the user.</value>
public string UserName { get; set; }
}
-} \ No newline at end of file
+}
diff --git a/MediaBrowser.Model/Session/TranscodingInfo.cs b/MediaBrowser.Model/Session/TranscodingInfo.cs
index ed86d2358..5161882fd 100644
--- a/MediaBrowser.Model/Session/TranscodingInfo.cs
+++ b/MediaBrowser.Model/Session/TranscodingInfo.cs
@@ -1,5 +1,3 @@
-using System.Collections.Generic;
-
namespace MediaBrowser.Model.Session
{
public class TranscodingInfo
@@ -52,4 +50,4 @@ namespace MediaBrowser.Model.Session
SubtitleCodecNotSupported = 21,
DirectPlayError = 22
}
-} \ No newline at end of file
+}
diff --git a/MediaBrowser.Model/Session/UserDataChangeInfo.cs b/MediaBrowser.Model/Session/UserDataChangeInfo.cs
index c6b03200d..ef0e2c89a 100644
--- a/MediaBrowser.Model/Session/UserDataChangeInfo.cs
+++ b/MediaBrowser.Model/Session/UserDataChangeInfo.cs
@@ -1,5 +1,4 @@
-using MediaBrowser.Model.Dto;
-using System.Collections.Generic;
+using MediaBrowser.Model.Dto;
namespace MediaBrowser.Model.Session
{