mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
Fixed CentalDispatch Conflicts.
This commit is contained in:
commit
bbd5cba272
59 changed files with 956 additions and 942 deletions
10
NzbDrone.Web/Models/CodeFile1.cs
Normal file
10
NzbDrone.Web/Models/CodeFile1.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
using System;
|
||||
|
||||
namespace NzbDrone.Web.Models
|
||||
{
|
||||
public class FooterModel
|
||||
{
|
||||
public Version Version { get; set; }
|
||||
public DateTime BuildTime { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue