mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 16:25:28 +03:00
9 lines
139 B
C#
9 lines
139 B
C#
|
|
|
|||
|
|
namespace MediaBrowser.Model.Configuration
|
|||
|
|
{
|
|||
|
|
public class DlnaOptions
|
|||
|
|
{
|
|||
|
|
public bool EnablePlayTo { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|