mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
Moved AuthenticationResult
This commit is contained in:
parent
1400e5ad9d
commit
faead199a5
@@ -1,11 +0,0 @@
|
||||
using ProtoBuf;
|
||||
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
[ProtoContract]
|
||||
public class AuthenticationResult
|
||||
{
|
||||
[ProtoMember(1)]
|
||||
public bool Success { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user