1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove unused sync code

This commit is contained in:
Niels van Velzen 2024-01-06 19:34:34 +01:00
parent 78d8253f13
commit 9eeec9270d
6 changed files with 0 additions and 41 deletions

View file

@ -230,10 +230,6 @@ const supportedFeatures = function () {
features.push('htmlvideoautoplay');
}
if (browser.edgeUwp) {
features.push('sync');
}
if (supportsFullscreen()) {
features.push('fullscreenchange');
}