mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update shared components
This commit is contained in:
parent
f2e02b7c2d
commit
feb3d5ae05
12 changed files with 76 additions and 110 deletions
4
dashboard-ui/bower_components/emby-webcomponents/serviceworker/sync.js
vendored
Normal file
4
dashboard-ui/bower_components/emby-webcomponents/serviceworker/sync.js
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
self.addEventListener('sync', function (event) {
|
||||
if (event.tag == 'emby-sync') {
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue