mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Resolve conflicts
This commit is contained in:
parent
3713091382
commit
66b107f0c9
26 changed files with 91 additions and 410 deletions
|
@ -1,15 +1,10 @@
|
|||
<<<<<<< HEAD
|
||||
import EmbyProgressRing from 'emby-progressring';
|
||||
import dom from 'dom';
|
||||
import serverNotifications from 'serverNotifications';
|
||||
import events from 'events';
|
||||
import 'registerElement';
|
||||
import 'webcomponents';
|
||||
|
||||
/* eslint-disable indent */
|
||||
=======
|
||||
define(['emby-progressring', 'dom', 'serverNotifications', 'events', 'webcomponents'], function (EmbyProgressRing, dom, serverNotifications, events) {
|
||||
'use strict';
|
||||
>>>>>>> upstream/master
|
||||
|
||||
function addNotificationEvent(instance, name, handler) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue