stub out objects for per library settings

This commit is contained in:
Luke Pulverenti 2016-08-13 01:49:00 -04:00
parent b6e47ab6ec
commit d28cb2cc7e
8 changed files with 21 additions and 53 deletions

View file

@ -53,7 +53,7 @@
return true;
}
EmbyButtonPrototype.attachedCallback = function () {
EmbyButtonPrototype.createdCallback = function () {
if (this.classList.contains('emby-button')) {
return;