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