mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 12:14:49 +03:00
rework server sync
This commit is contained in:
@@ -26,6 +26,11 @@ namespace MediaBrowser.Model.Sync
|
||||
/// <value>The unique identifier.</value>
|
||||
public string Id { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the file identifier.
|
||||
/// </summary>
|
||||
/// <value>The file identifier.</value>
|
||||
public string FileId { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the item identifier.
|
||||
/// </summary>
|
||||
/// <value>The item identifier.</value>
|
||||
|
||||
Reference in New Issue
Block a user