mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 03:34:46 +03:00
connect updates
This commit is contained in:
9
MediaBrowser.Model/ApiClient/RemoteLogoutReason.cs
Normal file
9
MediaBrowser.Model/ApiClient/RemoteLogoutReason.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace MediaBrowser.Model.ApiClient
|
||||
{
|
||||
public enum RemoteLogoutReason
|
||||
{
|
||||
GeneralAccesError = 0,
|
||||
ParentalControlRestriction = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user