mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 00:23:59 -07:00
Add existing series, load more will only load 5 results at a time
This commit is contained in:
parent
47e7805cf9
commit
3559d35d92
4 changed files with 21 additions and 8 deletions
|
@ -34,6 +34,11 @@ define(
|
|||
icon : 'icon-book',
|
||||
route: 'logs'
|
||||
},
|
||||
{
|
||||
title: 'Check for Update',
|
||||
icon: 'icon-download-alt',
|
||||
command: 'applicationUpdate'
|
||||
},
|
||||
// {
|
||||
// title : 'Restart',
|
||||
// icon : 'icon-repeat',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue