1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/scripts
gnattu 193c89802e Fix MP3 audio playback capability checking with HLS
The previous check was too naive, assuming that most browsers that support playing MP3 directly in an mp4 file can support MP3 with HLS. However, this assumption is wrong. In fact, most browsers won’t play MP3 with HLS, with Safari being the only exception. Even on Safari, MP3 support with HLS is limited to the mpegts container, and it won’t play MP3 in the fmp4 container.
2024-04-26 06:00:24 +08:00
..
settings Merge pull request #5076 from grhallenbeck/dev-react-display-settings 2024-03-25 03:56:45 -04:00
alphanumericshortcuts.js Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
autoBackdrops.js Remove default export for backdrop component 2022-04-12 16:58:56 -04:00
autocast.js fix: check both player id and current player id 2023-09-11 12:13:49 -04:00
autoThemes.js Replace apiclient event bus with local version 2022-10-14 10:58:16 -04:00
browser.js Enable DTS on webOS 23 2023-12-13 19:07:13 +01:00
browserDeviceProfile.js Fix MP3 audio playback capability checking with HLS 2024-04-26 06:00:24 +08:00
clipboard.js Fix copy to clipboard in Safari 10 2022-02-26 01:26:39 +03:00
datetime.js Remove useless assignment 2023-09-11 12:13:49 -04:00
deleteHelper.js Replace hardcoded string for BaseItemKind values 2024-03-22 19:35:13 +02:00
dom.js Fix nullable types 2023-07-06 15:20:24 -04:00
editorsidebar.js Use typescript eslint parser for all files 2023-05-02 15:51:46 -04:00
fileDownloader.js Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
gamepadtokey.js Replace deprecated initEvent() 2024-01-21 21:02:18 -05:00
globalize.js Fix curly bracket issues 2023-09-12 17:29:03 -04:00
inputManager.js Move remaining router components 2023-05-02 16:40:31 -04:00
itemsByName.js Remove sync info from requested fields 2024-01-11 02:24:16 -05:00
keyboardNavigation.js Use typescript eslint parser for all files 2023-05-02 15:51:46 -04:00
libraryBrowser.js cleanup duplicate userSettings from libraryBrowser 2023-07-14 21:32:34 +03:00
libraryMenu.js Use react-query for UserViews queries 2024-01-17 12:02:55 -05:00
livetvcomponents.js Remove duplicate card shape functions 2023-10-01 02:54:23 -04:00
mouseManager.js Fix indentation issues 2023-04-19 01:56:05 -04:00
multiDownload.js Enable eslint array-callback-return foreach checking 2022-10-11 01:37:33 -04:00
playlists.js add show method for PlaylistEditor Class 2024-02-11 23:32:14 +03:00
playlistViewer.js apply suggestions 2022-06-14 10:55:26 -04:00
screensavermanager.js Add prefer optional chaining rule 2023-07-06 13:39:48 -04:00
screensavermanager.scss Move screensavermanager to scripts 2022-03-31 16:29:56 -04:00
scrollHelper.ts convert scrollHelper to TypeScript 2024-02-18 12:46:34 -08:00
serverNotifications.js Move remaining router components 2023-05-02 16:40:31 -04:00
shell.js Use downloadFiles from NatvieShell 2023-01-04 23:41:51 -05:00
taskbutton.js Replace apiclient event bus with local version 2022-10-14 10:58:16 -04:00
themeManager.js Add theme color support 2021-09-23 23:33:05 -04:00
touchHelper.js Replace apiclient event bus with local version 2022-10-14 10:58:16 -04:00