mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
File size won't be bytes anymore
This commit is contained in:
@@ -18,3 +18,7 @@ Handlebars.registerHelper("debug", function(optionalValue) {
|
||||
console.log(optionalValue);
|
||||
}
|
||||
});
|
||||
|
||||
Handlebars.registerHelper("fileSize", function(size) {
|
||||
return size.bytes();
|
||||
});
|
||||
Reference in New Issue
Block a user