mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
Calendar fixes
This commit is contained in:
@@ -69,6 +69,6 @@ define(
|
||||
return '';
|
||||
}
|
||||
|
||||
return moment(input).format('LTS');
|
||||
return moment(input).format('h:mm:ss A');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user