mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
removed excess hashing in providers and made user data key-based
This commit is contained in:
@@ -71,6 +71,6 @@ namespace MediaBrowser.Model.System
|
||||
/// </summary>
|
||||
/// <value>The id.</value>
|
||||
[ProtoMember(9)]
|
||||
public Guid Id { get; set; }
|
||||
public string Id { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user