mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-06 02:52:41 +01:00
041ad20bb3
Fixed EpisodeNaming CSS (Floats are now contained properly). Renamed CodeFile1 to FooterModel.
10 lines
185 B
C#
10 lines
185 B
C#
using System;
|
|
|
|
namespace NzbDrone.Web.Models
|
|
{
|
|
public class FooterModel
|
|
{
|
|
public Version Version { get; set; }
|
|
public DateTime BuildTime { get; set; }
|
|
}
|
|
} |