mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07: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:
parent
7af6977cab
commit
041ad20bb3
6 changed files with 25 additions and 19 deletions
|
@ -4,7 +4,7 @@ using System.Web.Mvc;
|
|||
|
||||
namespace NzbDrone.Web.Models
|
||||
{
|
||||
public class EpisodeSortingModel
|
||||
public class EpisodeNamingModel
|
||||
{
|
||||
[DisplayName("Series Name")]
|
||||
[Description("Should filenames contain the series name when renamed?")]
|
Loading…
Add table
Add a link
Reference in a new issue