mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-27 19:08:27 +01:00
Merge branch 'master' into trickplay
This commit is contained in:
@@ -288,6 +288,12 @@ namespace Jellyfin.Data.Entities
|
||||
/// </summary>
|
||||
public SyncPlayUserAccessType SyncPlayAccess { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the cast receiver id.
|
||||
/// </summary>
|
||||
[StringLength(32)]
|
||||
public string? CastReceiverId { get; set; }
|
||||
|
||||
/// <inheritdoc />
|
||||
[ConcurrencyCheck]
|
||||
public uint RowVersion { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user