mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Calendar defaults to week view
This commit is contained in:
parent
64d87d7a68
commit
1fb944976e
2 changed files with 2 additions and 1 deletions
|
@ -20,5 +20,5 @@ Handlebars.registerHelper("debug", function(optionalValue) {
|
|||
});
|
||||
|
||||
Handlebars.registerHelper("fileSize", function(size) {
|
||||
return size.bytes();
|
||||
return size.bytes(1);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue