mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 18:53:40 +01:00
8 lines
No EOL
123 B
C#
8 lines
No EOL
123 B
C#
namespace MediaBrowser.Model.ApiClient
|
|
{
|
|
public enum ConnectionMode
|
|
{
|
|
Local = 1,
|
|
Remote = 2
|
|
}
|
|
} |