mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
nicer routes
This commit is contained in:
parent
1ce785f417
commit
ab28b50c7e
4 changed files with 20 additions and 22 deletions
|
@ -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');
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue