mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Added tooltip to airdate on posters view
This commit is contained in:
@@ -58,6 +58,15 @@
|
||||
}
|
||||
|
||||
return 'Ended';
|
||||
},
|
||||
shortDate: function () {
|
||||
var date = this.get('nextAiring');
|
||||
|
||||
if (!date) {
|
||||
return '';
|
||||
}
|
||||
|
||||
return Date.create(date).short();
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user