1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix artist editor

This commit is contained in:
Luke Pulverenti 2016-09-06 01:02:05 -04:00
parent 3a5dad0e64
commit 8fc34293c7
16 changed files with 221 additions and 68 deletions

View file

@ -10,6 +10,10 @@
this.checked = !this.checked;
this.dispatchEvent(new CustomEvent('change', {
bubbles: true
}));
return false;
}
}