mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
added series route as a mutator to series model.
This commit is contained in:
parent
9b5d22455b
commit
44696a15e7
6 changed files with 14 additions and 9 deletions
|
@ -44,6 +44,9 @@ define(['app', 'Quality/QualityProfileCollection', 'AddSeries/RootFolders/RootFo
|
|||
}
|
||||
|
||||
return Date.create(date).short();
|
||||
},
|
||||
route : function(){
|
||||
return '/series/details/' + this.get('titleSlug');
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue