mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Existing series looks like add new series now
This commit is contained in:
parent
91cc65bae2
commit
900122c265
15 changed files with 70 additions and 127 deletions
|
@ -31,13 +31,6 @@
|
|||
|
||||
return undefined;
|
||||
},
|
||||
smallPoster : function () {
|
||||
var poster = this.get('poster');
|
||||
var extension = '.' + poster.split('.').pop();
|
||||
var withoutExtension = poster.substring(0, poster.length - extension.length);
|
||||
|
||||
return withoutExtension + '-138' + extension;
|
||||
},
|
||||
traktUrl : function () {
|
||||
return "http://trakt.tv/show/" + this.get('titleSlug');
|
||||
}
|
||||
|
@ -47,7 +40,8 @@
|
|||
episodeFileCount: 0,
|
||||
episodeCount : 0,
|
||||
qualityProfiles : qualityProfileCollection,
|
||||
rootFolders : rootFolders
|
||||
rootFolders : rootFolders,
|
||||
isExisting : false
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue