Skip to content

Commit

Permalink
Merge pull request jellyfin#4958 from dmitrylyzo/fix-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill authored Nov 9, 2023
2 parents c92ebf7 + e7d00d7 commit fd37f1d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"@react-hook/resize-observer": "1.2.6",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"abortcontroller-polyfill": "1.7.5",
"blurhash": "2.0.5",
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
"classnames": "2.3.2",
Expand Down
1 change: 1 addition & 0 deletions src/index.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import 'core-js/stable';
import 'regenerator-runtime/runtime';
import 'jquery';
import 'abortcontroller-polyfill/dist/abortcontroller-polyfill-only';
import 'fast-text-encoding';
import 'intersection-observer';
import 'classlist.js';
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The Free Software Media System",
"lang": "en-US",
"short_name": "Jellyfin",
"start_url": "index.html#!/home.html",
"start_url": "index.html#/home.html",
"theme_color": "#101010",
"background_color": "#101010",
"display": "standalone",
Expand Down

0 comments on commit fd37f1d

Please sign in to comment.