mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 23:35:10 +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
|
|
}
|
|
} |