enable back button on sort menus

This commit is contained in:
Luke Pulverenti
2015-10-15 00:32:10 -04:00
parent 5471cdce2f
commit b830f5f1cf
2 changed files with 2 additions and 6 deletions

View File

@@ -786,6 +786,7 @@ namespace MediaBrowser.Server.Implementations.Sync
{
_logger.Info("Setting status to Queued for {0} because it is no longer on the device.", jobItem.ItemId);
jobItem.Status = SyncJobItemStatus.Queued;
jobItem.Progress = 0;
}
requiresSaving = true;
}
@@ -891,6 +892,7 @@ namespace MediaBrowser.Server.Implementations.Sync
{
_logger.Info("Setting status to Queued for {0} because it is no longer on the device.", jobItem.Id);
jobItem.Status = SyncJobItemStatus.Queued;
jobItem.Progress = 0;
}
requiresSaving = true;
}