mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
added simple /rss page. needs some custom backgrid cells.
This commit is contained in:
parent
5c05f6b740
commit
9b5d22455b
3 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,7 @@ require(['app', 'Controller'], function (app, controller) {
|
|||
'missing' : 'missing',
|
||||
'history' : 'history',
|
||||
'logs' : 'logs',
|
||||
'rss' : 'rss',
|
||||
':whatever' : 'notFound'
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue