Move server connections to lib

This commit is contained in:
Bill Thornton
2025-04-22 08:26:43 -04:00
parent 79156322fc
commit 5bcbcfbe12
113 changed files with 198 additions and 176 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
import ServerConnections from 'components/ServerConnections';
import { playbackManager } from '../components/playback/playbackmanager';
import Events from '../utils/events.ts';
import { playbackManager } from 'components/playback/playbackmanager';
import ServerConnections from 'lib/jellyfin-apiclient/ServerConnections';
import Events from 'utils/events.ts';
export function enable(enabled) {
console.debug('[autocast] %s cast player', enabled ? 'enabling' : 'disabling');