mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed filesize cell
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user