mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Added trakt/imdb links to series details
This commit is contained in:
parent
50444fc34a
commit
8274cb30cf
3 changed files with 12 additions and 3 deletions
|
@ -29,6 +29,9 @@ define(['app', 'Quality/QualityProfileCollection', 'AddSeries/RootFolders/RootFo
|
|||
traktUrl : function () {
|
||||
return "http://trakt.tv/show/" + this.get('titleSlug');
|
||||
},
|
||||
imdbUrl : function () {
|
||||
return "http://imdb.com/title/" + this.get('imdbId');
|
||||
},
|
||||
isContinuing : function () {
|
||||
return this.get('status') === 'continuing';
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue