mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-24 11:05:08 +01:00
update voice script
This commit is contained in:
10
MediaBrowser.Controller/Sync/SyncedItemProgress.cs
Normal file
10
MediaBrowser.Controller/Sync/SyncedItemProgress.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using MediaBrowser.Model.Sync;
|
||||
|
||||
namespace MediaBrowser.Controller.Sync
|
||||
{
|
||||
public class SyncedItemProgress
|
||||
{
|
||||
public string ItemId { get; set; }
|
||||
public SyncJobItemStatus Status { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user