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

6 lines
114 B
JavaScript
Raw Normal View History

2016-08-28 11:59:14 -07:00
self.addEventListener('sync', function (event) {
2016-10-17 22:06:48 -07:00
'use strict';
if (event.tag === 'emby-sync') {
2016-08-28 11:59:14 -07:00
}
});