mirror of
https://github.com/Radarr/Radarr
synced 2024-12-25 17:27:59 +00:00
fixed handlebars debug casing issue.
This commit is contained in:
parent
bbacad9171
commit
42c6ca4297
2 changed files with 1 additions and 1 deletions
|
@ -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 a new issue