jwaresoft
61eb481d20
5968: move prevent default to top to prevent modal from crashing with promise
2024-09-03 09:44:38 -04:00
Bill Thornton
20ea6041a7
Merge pull request #5972 from dmitrylyzo/max-audio-channels
...
Apply Maximum Allowed Audio Channels to DirectPlay
2024-08-27 16:48:29 -04:00
viown
ef00d439b1
Fix play all & shuffle not working on genres ( #5949 )
...
* Fix play all/shuffle not working on genres
* re-order
* add check for genre type
* Update src/controllers/list.js
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-27 16:39:34 -04:00
Dmitry Lyzo
7807f8f062
Apply Maximum Allowed Audio Channels to DirectPlay
2024-08-27 13:22:08 +03:00
Jellyfin Release Bot
7949ff4f0a
Bump version to 10.9.10
2024-08-25 02:34:39 -04:00
viown
d47023855e
Fix undefined serverId in Person card ( #5817 )
...
* Fix undefined serverId in Person card
* Use ServerConnections instead of globals
* Update src/components/cardbuilder/cardBuilder.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
---------
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-08-20 12:23:30 -04:00
gnattu
6a8f21e462
Fix safari volume being reset when track changed ( #5923 )
2024-08-17 22:21:27 -04:00
Bill Thornton
90236c25ee
Merge pull request #5920 from gnattu/fix-safari-volume-10.9
2024-08-17 13:44:41 -04:00
gnattu
2305240cb9
Fix Safari volume control
2024-08-17 10:57:39 +08:00
Bill Thornton
8bc954468a
Merge pull request #5915 from viown/fix-paused-state
...
Fix incorrect initial play icon in remote control section
2024-08-15 23:29:45 -04:00
viown
76a28e125e
Fix incorrect default play icon
2024-08-15 23:17:10 +03:00
Matteo Pietro Dazzi
2e4e4050cd
fix: use navigate instead of resolver ( #5823 )
...
* fix: routes redirect
* Apply suggestions from code review
2024-08-13 11:42:26 -04:00
James Chuong
4071c44437
Fix "Download All" for Safari ( #5910 )
...
* Fix download all for Safari
Added check to use fallback downloader for iOS
Added check for safari to use the delayed download function
Remove old comment about firefox, as a.click() supported since Firefox
75 (2020)
Fixes : #5672
* Change download to always use setTimeout
Instead of conditionally using setTimeout based on browser, we should
always use it since it sometimes also misses some episodes.
* Update formatting
---------
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-08-13 11:28:24 -04:00
viown
44afbc2357
Fix swipe gestures on android for book reader ( #5843 )
...
* Fix swipe gestures on android for book reader
* Fix swipe gestures on safari
* fix eslint
* fix unbind
2024-08-13 10:53:10 -04:00
Bill Thornton
a0e6da790c
Merge pull request #5730 from Doxterpepper/remove-caching-system-info
...
Add no-cache attribute for fetch requests to /system/info/public to prevent stale server info
2024-08-13 10:19:50 -04:00
Dock O'Neal
f1ecb967bf
adding no-cache Cache-Control header policy.
...
Adding no-cache Cache-Control header policy to prevent caching of server version. This ensures the correct server version is always retrieved.
2024-08-13 10:15:29 -04:00
Dock O'Neal
fc4f396808
Changing System/Info/Public to no-cache. Prevents from identifying the correct server version during upgrade
2024-08-13 10:15:29 -04:00
Bill Thornton
7f575d724e
Merge pull request #5898 from thornbill/fix-autocast-race
...
Fix autoCast race condition
2024-08-09 22:52:04 -04:00
Bill Thornton
0c5a433bbf
Fix autocast race condition
2024-08-09 10:24:59 -04:00
Jellyfin Release Bot
219cda9c06
Bump version to 10.9.9
2024-08-04 22:01:38 -04:00
Bill Thornton
4598d66688
Merge pull request #5826 from thornbill/fix-view-cache
2024-08-04 21:57:06 -04:00
Bill Thornton
3eeebf9bd2
Fix rerender on location state updates
2024-08-01 13:35:27 -04:00
Bill Thornton
4de2a05264
Fix overly aggressive view caching
2024-08-01 01:11:29 -04:00
Bill Thornton
7acdb66e14
Merge pull request #5825 from thornbill/router-v13
2024-08-01 01:07:05 -04:00
Bill Thornton
665678d5d7
Merge pull request #5669 from RaafatAkkad/patch-2
...
Force DoVi on browser.xboxOne as edgeUWP says it can't play it
2024-07-26 10:55:04 -04:00
Bill Thornton
7991d15177
Merge pull request #5829 from polyzen/capital-mute
...
Display mute keyboard shortcut in uppercase
2024-07-25 22:59:06 -04:00
Daniel M. Capella
f6acb157c6
Display mute keyboard shortcut in uppercase
2024-07-25 18:38:13 -04:00
Bill Thornton
8ddd9ecd9d
Add legacy bang url redirects
2024-07-24 15:12:33 -04:00
Bill Thornton
1adaf00cb3
Add RouterHistory to replace syncing for compatibility
2024-07-24 15:12:10 -04:00
Bill Thornton
3235e2e594
Unify app routers
2024-07-24 14:59:16 -04:00
Jellyfin Release Bot
b6844e61e2
Bump version to 10.9.8
2024-07-21 01:11:38 -04:00
Bill Thornton
91d40a0c4e
Merge pull request #5812 from thornbill/fix-dashboard-titles
...
Fix stuck page titles on admin dashboard
2024-07-19 13:44:51 -04:00
Bill Thornton
c98822a7c6
Merge pull request #5810 from thornbill/fix-mixed-chapter-options
...
Fix chapter type options not showing for mixed libraries
2024-07-19 12:58:25 -04:00
venkata nadha reddy
83503936cc
Fix stuck page titles on admin dashboard ( #5735 )
...
* Fixed stuck page titles on admin dashboard.
* Updating contributors
2024-07-19 12:54:59 -04:00
Bill Thornton
ebe3f0feb7
Fix chapter type options not showing for mixed libraries
2024-07-19 12:44:04 -04:00
Bill Thornton
f3bb9f2eef
Merge pull request #5806 from thornbill/fix-dashboard-class
...
Fix dashboard body class sometimes missing
2024-07-18 12:25:15 -04:00
Bill Thornton
8c06742d2d
Fix dashboard body class sometimes missing
2024-07-18 11:42:56 -04:00
Daniel M. Capella
2d68f94ec6
Display previous/next keyboard shortcuts ( #5759 )
...
* Display previous/next track keyboard shortcuts
* Display keyboard shortcuts in uppercase
* Display previous/next chapter keyboard shortcuts
* Allow capital letters for keyboard shortcuts
> On YouTube, Shift and CapsLock have no effect on these actions.
2024-07-16 10:34:13 -04:00
Bill Thornton
9501c5097b
Merge pull request #5719 from dmitrylyzo/fix-bubble-trickplay
...
Fix Trickplay thumbnail in older web engines
2024-07-15 12:14:57 -04:00
Bill Thornton
86ff77924e
Merge pull request #5553 from GeorgeH005/older-web0s-dovi-fix
...
Fix Dolby Vision playback on webOS
2024-07-15 10:12:47 -04:00
Bill Thornton
9e7ad28eaf
Merge pull request #5776 from thornbill/fix-invisible-headings
...
Fix invisible headings
2024-07-12 16:13:56 -04:00
Bill Thornton
765394b6f2
Fix invisible headings
2024-07-12 15:47:46 -04:00
Bill Thornton
798b408bd7
Merge pull request #5377 from ConnorS1110/fix-multiselect-filter
...
Fix changing filters not resetting multiselected media cards
2024-07-12 15:24:33 -04:00
Bill Thornton
e669a9be02
Merge pull request #5741 from thornbill/epubjs-no-scripts
2024-07-10 23:32:54 -04:00
Bill Thornton
e0a0c92b43
Merge pull request #5740 from dmitrylyzo/fix-tv-volume
...
Don't change volume if it is physically controlled
2024-07-09 23:38:47 -04:00
Bill Thornton
2d2d5bef94
Merge pull request #5732 from thornbill/search-param-hook
...
Fix dashboard user page crash
2024-07-09 23:33:26 -04:00
George Haidos
0b34c1812e
Allow Dolby Vision in TS for WebOS
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-07-08 21:36:53 +03:00
George Haidos
edd32297ee
Disable fmp4 by default for Tizen and WebOS
2024-07-08 21:36:45 +03:00
George Haidos
7372e837ee
Force support DoVi profile 8 for webOS TVs that support it but report otherwise
2024-07-08 21:36:33 +03:00
Bill Thornton
71d4f7083d
Disallow scripted content in epubs
2024-06-27 14:07:39 -04:00