1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-17 21:26:22 -04:00

First implementation of completely rewriting the way Radarr handles movies. Searching for new movies is now mostly feature complete.

This commit is contained in:
Leonardo Galli
2016-12-29 14:06:51 +01:00
parent 0b278c7db8
commit 40d7590f80
53 changed files with 1845 additions and 96 deletions

View File

@@ -26,6 +26,7 @@
<link href="/Content/logs.css" rel='stylesheet' type='text/css'/>
<link href="/Content/settings.css" rel='stylesheet' type='text/css'/>
<link href="/Content/addSeries.css" rel='stylesheet' type='text/css'/>
<link href="/Content/addMovies.css" rel='stylesheet' type='text/css'/>
<link href="/Content/calendar.css" rel='stylesheet' type='text/css'/>
<link href="/Content/update.css" rel='stylesheet' type='text/css'/>
<link href="/Content/overrides.css" rel='stylesheet' type='text/css'/>