mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
Hide some property setters, init null values, update namespaces
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user