mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-26 17:43:11 +02:00
8 lines
139 B
C#
8 lines
139 B
C#
|
|
namespace MediaBrowser.Model.Configuration
|
|
{
|
|
public class DlnaOptions
|
|
{
|
|
public bool EnablePlayTo { get; set; }
|
|
}
|
|
}
|