mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
added not found placeholder in add series
added path validation to add series
This commit is contained in:
parent
cdb195a44f
commit
ac18d6c704
9 changed files with 108 additions and 39 deletions
8
UI/AddSeries/NotFoundTemplate.html
Normal file
8
UI/AddSeries/NotFoundTemplate.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<div class="text-center span12">
|
||||
<h3>
|
||||
Sorry. We couldn't find any series matching '{{term}}'
|
||||
</h3>
|
||||
<a href="https://github.com/NzbDrone/NzbDrone/wiki/FAQ#why-cant-i-add-a-new-show-to-nzbdrone-its-on-thetvdb">Why can't I find my show?</a>
|
||||
|
||||
</div>
|
||||
{{debug}}
|
Loading…
Add table
Add a link
Reference in a new issue