Hide some property setters, init null values, update namespaces

This commit is contained in:
Ionut Andrei Oanca
2020-11-14 23:40:01 +01:00
parent fa69f6fd51
commit 5d77f422f0
37 changed files with 365 additions and 229 deletions

View File

@@ -26,12 +26,12 @@ namespace MediaBrowser.Model.SyncPlay
MoveItem = 3,
/// <summary>
/// A user is making changes to the queue.
/// A user is adding items the queue.
/// </summary>
Queue = 4,
/// <summary>
/// A user is making changes to the queue.
/// A user is adding items to the queue, after the currently playing item.
/// </summary>
QueueNext = 5,