mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 05:10:30 +00:00
added sync job database
This commit is contained in:
parent
d56fa09ccc
commit
37c27a26e9
97 changed files with 1539 additions and 507 deletions
|
|
@ -3,5 +3,15 @@ namespace MediaBrowser.Model.Sync
|
|||
{
|
||||
public class SyncJobQuery
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the start index.
|
||||
/// </summary>
|
||||
/// <value>The start index.</value>
|
||||
public int? StartIndex { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the limit.
|
||||
/// </summary>
|
||||
/// <value>The limit.</value>
|
||||
public int? Limit { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue