mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 07:45:26 +03:00
added sync job database
This commit is contained in:
8
MediaBrowser.Model/Sync/SyncJobCreationResult.cs
Normal file
8
MediaBrowser.Model/Sync/SyncJobCreationResult.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
namespace MediaBrowser.Model.Sync
|
||||
{
|
||||
public class SyncJobCreationResult
|
||||
{
|
||||
public SyncJob Job { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user