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

Remove SyncPlay alias

This commit is contained in:
Ionut Andrei Oanca 2020-12-03 16:25:50 +01:00
parent b71b53eb6a
commit 3b837b6468
10 changed files with 10 additions and 13 deletions

View file

@ -30,7 +30,7 @@ import { navigate, pageClassOn, serverAddress } from './clientUtils';
import '../libraries/screensavermanager';
import './serverNotifications';
import '../components/playback/playerSelectionMenu';
import SyncPlay from 'SyncPlay';
import SyncPlay from '../components/syncPlay/core';
import { playbackManager } from '../components/playback/playbackmanager';
import SyncPlayToasts from '../components/syncPlay/ui/syncPlayToasts';
import SyncPlayNoActivePlayer from '../components/syncPlay/ui/players/NoActivePlayer';