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

Remove AppInfo

Signed-off-by: Dmitry Lyzo <ashephard0@gmail.com>
This commit is contained in:
Dmitry Lyzo 2020-11-21 21:10:13 +03:00
parent 5592cb7d4e
commit 862105968c
6 changed files with 0 additions and 11 deletions

View file

@ -1,4 +0,0 @@
export default {
isNativeApp: false
};

View file

@ -1,7 +1,6 @@
import { ConnectionManager, Credentials, ApiClient, Events } from 'jellyfin-apiclient';
import { appHost } from './apphost';
import Dashboard from '../scripts/clientUtils';
import AppInfo from './AppInfo';
import { setUserInfo } from '../scripts/settings/userSettings';
class ServerConnections extends ConnectionManager {

View file

@ -8,7 +8,6 @@ import itemHelper from './itemHelper';
import loading from './loading/loading';
import page from 'page';
import viewManager from './viewManager/viewManager';
import AppInfo from './AppInfo';
import Dashboard from '../scripts/clientUtils';
import ServerConnections from './ServerConnections';
import alert from './alert';