mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
Calendar defaults to week view
This commit is contained in:
@@ -20,5 +20,5 @@ Handlebars.registerHelper("debug", function(optionalValue) {
|
||||
});
|
||||
|
||||
Handlebars.registerHelper("fileSize", function(size) {
|
||||
return size.bytes();
|
||||
return size.bytes(1);
|
||||
});
|
||||
Reference in New Issue
Block a user