mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
Add PlaybackOrder to Session state
This commit is contained in:
@@ -65,6 +65,12 @@ namespace MediaBrowser.Model.Session
|
||||
/// <value>The repeat mode.</value>
|
||||
public RepeatMode RepeatMode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the playback order.
|
||||
/// </summary>
|
||||
/// <value>The playback order.</value>
|
||||
public PlaybackOrder PlaybackOrder { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the now playing live stream identifier.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user