Files
jellyfin-jellyfin-1/MediaBrowser.Model/Configuration/ChannelOptions.cs
Luke Pulverenti 2dfb9f3c94 update channels
2015-08-21 12:54:11 -04:00

8 lines
200 B
C#

namespace MediaBrowser.Model.Configuration
{
public class ChannelOptions
{
public int? PreferredStreamingWidth { get; set; }
public string DownloadPath { get; set; }
}
}