Added magazines names, auto open cms client...
Fix alarm bug
This commit is contained in:
@@ -31,10 +31,11 @@ namespace Step.Database.Controllers
|
||||
{
|
||||
dbCtx.Queue.RemoveRange(dbCtx.Queue);
|
||||
|
||||
foreach(var item in PartProgramQueue)
|
||||
var dbRows = new List<QueueItemsModel>();
|
||||
foreach (var item in PartProgramQueue)
|
||||
{
|
||||
// Create database model
|
||||
var dbRows = item.Value.Select(x => new QueueItemsModel()
|
||||
dbRows =item.Value.Select(x => new QueueItemsModel()
|
||||
{
|
||||
Id = x.Id,
|
||||
AbsolutePath = x.AbsolutePath,
|
||||
|
||||
Reference in New Issue
Block a user