mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove connections prop
This commit is contained in:
parent
9bf0a6bf4d
commit
516bd2aab8
3 changed files with 12 additions and 17 deletions
|
@ -145,7 +145,7 @@ async function onAppReady() {
|
|||
|
||||
ReactDOM.render(
|
||||
<StrictMode>
|
||||
<App connections={ServerConnections} history={history} />
|
||||
<App history={history} />
|
||||
</StrictMode>,
|
||||
document.getElementById('reactRoot')
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue