jellyfish-web/src/bower_components/emby-webcomponents/serviceworker/sync.js

6 lines
114 B
JavaScript
Raw Normal View History

self.addEventListener('sync', function (event) {
'use strict';
if (event.tag === 'emby-sync') {
}
2018-10-23 01:05:09 +03:00
});