mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-04 15:52:02 +01:00
13 lines
267 B
C#
13 lines
267 B
C#
using MediaBrowser.Model.QuickConnect;
|
|
|
|
namespace Emby.Server.Implementations.QuickConnect
|
|
{
|
|
public class QuickConnectConfiguration
|
|
{
|
|
public QuickConnectConfiguration()
|
|
{
|
|
}
|
|
|
|
public QuickConnectState State { get; set; }
|
|
}
|
|
}
|