Merge pull request #6795 from thornbill/connection-manager

Use local copy of connection manager
This commit is contained in:
Bill Thornton
2025-04-22 13:20:55 -04:00
committed by GitHub
123 changed files with 1036 additions and 208 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ import {
import itemHelper from '../../components/itemHelper';
import Screenfull from 'screenfull';
import globalize from '../../lib/globalize';
import ServerConnections from '../../components/ServerConnections';
import { ServerConnections } from 'lib/jellyfin-apiclient';
import profileBuilder, { canPlaySecondaryAudio } from '../../scripts/browserDeviceProfile';
import { getIncludeCorsCredentials } from '../../scripts/settings/webSettings';
import { setBackdropTransparency, TRANSPARENCY_LEVEL } from '../../components/backdrop/backdrop';