mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Show published date in history details and manual search
New: Hover over age in manual search to see published date New: Show published date in history details for grab events
This commit is contained in:
@@ -63,4 +63,12 @@ define(
|
||||
|
||||
return moment(input).format(UiSettings.time(false));
|
||||
});
|
||||
|
||||
Handlebars.registerHelper('LTS', function (input) {
|
||||
if (!input) {
|
||||
return '';
|
||||
}
|
||||
|
||||
return moment(input).format('LTS');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user