mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
nicer routes
This commit is contained in:
@@ -80,7 +80,7 @@ define(
|
||||
{
|
||||
title: 'Add Series',
|
||||
icon : 'icon-plus',
|
||||
route: 'series/add'
|
||||
route: 'addseries'
|
||||
},
|
||||
{
|
||||
title : 'RSS Sync',
|
||||
|
||||
@@ -53,7 +53,7 @@ define(
|
||||
return this.get('status') === 'continuing';
|
||||
},
|
||||
route : function () {
|
||||
return '/series/details/' + this.get('titleSlug');
|
||||
return '/series/' + this.get('titleSlug');
|
||||
//return '/series/details/' + this.get('id');
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user