jellyfin/MediaBrowser.Model/Sync/SyncJobCreationResult.cs
2014-07-26 13:30:15 -04:00

9 lines
134 B
C#

namespace MediaBrowser.Model.Sync
{
public class SyncJobCreationResult
{
public SyncJob Job { get; set; }
}
}