mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Added tooltip to airdate on posters view
This commit is contained in:
parent
c3de0006ff
commit
32701d5e84
4 changed files with 27 additions and 5 deletions
|
@ -58,6 +58,15 @@
|
|||
}
|
||||
|
||||
return 'Ended';
|
||||
},
|
||||
shortDate: function () {
|
||||
var date = this.get('nextAiring');
|
||||
|
||||
if (!date) {
|
||||
return '';
|
||||
}
|
||||
|
||||
return Date.create(date).short();
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue