mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
Removed mutators from EpisodeModel
This commit is contained in:
@@ -7,4 +7,8 @@ define(
|
||||
Handlebars.registerHelper('Bytes', function (size) {
|
||||
return new Handlebars.SafeString(FormatHelpers.Bytes(size));
|
||||
});
|
||||
|
||||
Handlebars.registerHelper('Pad2', function (input) {
|
||||
return input.pad(2);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user