mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-12 11:15:43 +02: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; }
|
|
}
|
|
} |