mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
fix sync methods
This commit is contained in:
@@ -605,7 +605,7 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||
{
|
||||
using (var cmd = connection.CreateCommand())
|
||||
{
|
||||
cmd.CommandText = "select ItemId,Progress,Status from SyncJobItems";
|
||||
cmd.CommandText = "select ItemId,Status,Progress from SyncJobItems";
|
||||
|
||||
var whereClauses = new List<string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user