mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-31 09:38:25 +00:00
update voice script
This commit is contained in:
parent
56b82414de
commit
cf0fd24940
9 changed files with 98 additions and 50 deletions
|
|
@ -1131,9 +1131,9 @@ namespace MediaBrowser.Server.Implementations.Sync
|
|||
await processor.UpdateJobStatus(jobItem.JobId).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
public QueryResult<string> GetLibraryItemIds(SyncJobItemQuery query)
|
||||
public QueryResult<SyncedItemProgress> GetSyncedItemProgresses(SyncJobItemQuery query)
|
||||
{
|
||||
return _repo.GetLibraryItemIds(query);
|
||||
return _repo.GetSyncedItemProgresses(query);
|
||||
}
|
||||
|
||||
public SyncJobOptions GetAudioOptions(SyncJobItem jobItem, SyncJob job)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue