mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
EpisodesWithoutFiles will ignore episodes with an air date before 1900.
Renamed SiteLayout to _Layout (MVC3 standard) Moved some images to the image folder.
This commit is contained in:
parent
b8067b41f4
commit
5953ae038e
8 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
|||
@{
|
||||
Layout = "~/Views/Shared/SiteLayout.cshtml";
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue