mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02:00
Renamed EpisodeSorting to Naming (to Match UI).
Fixed EpisodeNaming CSS (Floats are now contained properly). Renamed CodeFile1 to FooterModel.
This commit is contained in:
10
NzbDrone.Web/Models/FooterModel.cs
Normal file
10
NzbDrone.Web/Models/FooterModel.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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user