mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
6 lines
114 B
JavaScript
6 lines
114 B
JavaScript
self.addEventListener('sync', function (event) {
|
|
'use strict';
|
|
|
|
if (event.tag === 'emby-sync') {
|
|
}
|
|
}); |