mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 21:08:27 +01:00
fix SA1513/SA1516
This commit is contained in:
@@ -105,6 +105,7 @@ namespace MediaBrowser.Model.Session
|
||||
public RepeatMode RepeatMode { get; set; }
|
||||
|
||||
public QueueItem[] NowPlayingQueue { get; set; }
|
||||
|
||||
public string PlaylistItemId { get; set; }
|
||||
}
|
||||
|
||||
@@ -118,6 +119,7 @@ namespace MediaBrowser.Model.Session
|
||||
public class QueueItem
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public string PlaylistItemId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user