mirror of
https://github.com/Radarr/Radarr
synced 2025-03-04 10:48:42 +00:00
Fixed filesize cell
This commit is contained in:
parent
72cfde1303
commit
50444fc34a
1 changed files with 1 additions and 0 deletions
|
@ -8,5 +8,6 @@ NzbDrone.Shared.Cells.FileSizeCell = Backgrid.Cell.extend({
|
||||||
this.$el.html(NzbDrone.Shared.FormatHelpers.FileSizeHelper(size));
|
this.$el.html(NzbDrone.Shared.FormatHelpers.FileSizeHelper(size));
|
||||||
this.delegateEvents();
|
this.delegateEvents();
|
||||||
return this;
|
return this;
|
||||||
|
return this;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue