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

Merge pull request #1091 from cromefire/es6-2

Migrated HtmlVideoPlayer
This commit is contained in:
Bond-009 2020-07-30 15:54:34 +02:00 committed by GitHub
commit e7180e2633
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 830 additions and 578 deletions

View file

@ -8,5 +8,5 @@ trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
[json]
[*.json]
indent_size = 2

View file

@ -36,6 +36,7 @@
- [MrTimscampi](https://github.com/MrTimscampi)
- [Sarab Singh](https://github.com/sarab97)
- [Andrei Oanca](https://github.com/OancaAndrei)
- [Cromefire_](https://github.com/cromefire)
# Emby Contributors

View file

@ -148,6 +148,7 @@
"src/components/prompt/prompt.js",
"src/components/sanatizefilename.js",
"src/components/scrollManager.js",
"src/plugins/htmlVideoPlayer/plugin.js",
"src/components/search/searchfields.js",
"src/components/search/searchresults.js",
"src/components/settingshelper.js",

File diff suppressed because it is too large Load diff