mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
cleaned up template helpers
This commit is contained in:
parent
d7fbfec01e
commit
8841e43c25
17 changed files with 78 additions and 88 deletions
|
@ -4,7 +4,7 @@ define(
|
|||
[
|
||||
'sugar'
|
||||
], {
|
||||
FileSizeHelper: function (sourceSize) {
|
||||
Bytes: function (sourceSize) {
|
||||
var size = Number(sourceSize);
|
||||
return size.bytes(1);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue