1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

File size won't be bytes anymore

This commit is contained in:
Mark McDowall
2013-06-06 17:51:08 -07:00
parent 763c4bd25b
commit 6c2534ec61
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -18,3 +18,7 @@ Handlebars.registerHelper("debug", function(optionalValue) {
console.log(optionalValue);
}
});
Handlebars.registerHelper("fileSize", function(size) {
return size.bytes();
});