jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/serviceworker/sync.js

4 lines
94 B
JavaScript
Raw Normal View History

2016-08-28 11:59:14 -07:00
self.addEventListener('sync', function (event) {
if (event.tag == 'emby-sync') {
}
});