mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-16 12:40:27 +01:00
fixes #903 - Display image info on web client detail page
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using MediaBrowser.Model.Dto;
|
||||
using MediaBrowser.Model.Dto;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MediaBrowser.Model.Dlna
|
||||
{
|
||||
@@ -8,6 +8,11 @@ namespace MediaBrowser.Model.Dlna
|
||||
/// </summary>
|
||||
public class AudioOptions
|
||||
{
|
||||
public AudioOptions()
|
||||
{
|
||||
Context = EncodingContext.Streaming;
|
||||
}
|
||||
|
||||
public string ItemId { get; set; }
|
||||
public List<MediaSourceInfo> MediaSources { get; set; }
|
||||
public DeviceProfile Profile { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user