jellyfin-server/MediaBrowser.Model/Sync/SyncSchedule.cs
2014-07-15 00:12:26 -04:00

13 lines
252 B
C#

namespace MediaBrowser.Model.Sync
{
public class SyncSchedule
{
/// <summary>
/// Gets or sets the identifier.
/// </summary>
/// <value>The identifier.</value>
public string Id { get; set; }
}
}