mirror of https://github.com/Radarr/Radarr
fixed handlebars debug casing issue.
This commit is contained in:
parent
bbacad9171
commit
42c6ca4297
|
@ -9,7 +9,7 @@ define(
|
||||||
'Handlebars/Helpers/Episode',
|
'Handlebars/Helpers/Episode',
|
||||||
'Handlebars/Helpers/Series',
|
'Handlebars/Helpers/Series',
|
||||||
'Handlebars/Helpers/Quality',
|
'Handlebars/Helpers/Quality',
|
||||||
'Handlebars/Debug'
|
'Handlebars/Handlebars.Debug'
|
||||||
], function (Templates) {
|
], function (Templates) {
|
||||||
return function () {
|
return function () {
|
||||||
this.get = function (templateId) {
|
this.get = function (templateId) {
|
||||||
|
|
Loading…
Reference in New Issue