move emby-webcomponents to components and reflect paths
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
self.addEventListener('sync', function (event) {
|
||||
'use strict';
|
||||
|
||||
if (event.tag === 'emby-sync') {
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user