mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Update logs are now in the UI
This commit is contained in:
parent
54e5874770
commit
3520b56bb6
11 changed files with 158 additions and 25 deletions
15
NzbDrone.Web/Models/UpdateModel.cs
Normal file
15
NzbDrone.Web/Models/UpdateModel.cs
Normal file
|
@ -0,0 +1,15 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using NzbDrone.Core.Model;
|
||||
|
||||
namespace NzbDrone.Web.Models
|
||||
{
|
||||
public class UpdateModel
|
||||
{
|
||||
public UpdatePackage UpdatePackage { get; set; }
|
||||
public Dictionary<DateTime, string> LogFiles { get; set; }
|
||||
public String LogFolder { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue