self.addEventListener('sync', function (event) {
'use strict';
if (event.tag === 'emby-sync') {
}
});