mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 14:33:06 +03:00
14 lines
267 B
C#
14 lines
267 B
C#
|
|
using MediaBrowser.Model.QuickConnect;
|
||
|
|
|
||
|
|
namespace Emby.Server.Implementations.QuickConnect
|
||
|
|
{
|
||
|
|
public class QuickConnectConfiguration
|
||
|
|
{
|
||
|
|
public QuickConnectConfiguration()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
public QuickConnectState State { get; set; }
|
||
|
|
}
|
||
|
|
}
|