mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
fixed autobinder on re-render
This commit is contained in:
parent
68662b9cf4
commit
1613643307
3 changed files with 4 additions and 2 deletions
|
@ -18,6 +18,7 @@ Marionette.TemplateCache.get = function (templateId) {
|
|||
catch (error) {
|
||||
console.error('template render failed for ' + templateKey + ' ' + error);
|
||||
console.error(data);
|
||||
throw error;
|
||||
}
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue