Jellyfin Release Bot
6f203b9d1d
Bump version to 10.9.11
2024-09-07 18:10:52 -04:00
Bill Thornton
2682098f61
Merge pull request #6016 from tcely/patch-2
...
Show slideshow controls when touched
2024-09-04 10:14:57 -04:00
tcely
455db67286
slideshow: show controls when touched
...
It appears that a previous commit changed the blocks so that only mouse events were recognized.
2024-09-03 20:09:57 -04:00
Bill Thornton
6b1352a855
Merge pull request #6015 from thornbill/fix-touch-events
...
Fix touch events in experimental video player
2024-09-03 15:24:40 -04:00
Bill Thornton
a1721ddd17
Merge pull request #6013 from thornbill/fix-autocast-maybe
...
Fix autocast when already connected
2024-09-03 14:53:14 -04:00
Bill Thornton
5051ee2d8e
Fix touch events in experimental video player
2024-09-03 14:50:20 -04:00
Bill Thornton
7d30057c37
Merge pull request #6012 from thornbill/hide-collection-studios
...
Hide studios for collections and playlists
2024-09-03 12:36:00 -04:00
Bill Thornton
2b1f3470f4
Fix autocast when already connected
2024-09-03 12:30:48 -04:00
Bill Thornton
d2e09f9cae
Hide studios for collections and playlists
2024-09-03 11:01:08 -04:00
Bill Thornton
b9925ebf73
Merge pull request #6011 from thornbill/fix-network-mode
...
Fix network mode for localhost server
2024-09-03 10:32:15 -04:00
Bill Thornton
2ebf0c9fe4
Merge pull request #5983 from nyanmisaka/fix-dovi-level-test
...
Fix overly strict dovi level testing
2024-09-03 10:07:08 -04:00
Bill Thornton
838e14e89f
Fix network mode for localhost server
2024-09-03 09:59:39 -04:00
Bill Thornton
b9760eac75
Merge pull request #6010 from thornbill/create-library-crash
...
Fix create library crashing when no path specified
2024-09-03 09:51:55 -04:00
jwaresoft
61eb481d20
5968: move prevent default to top to prevent modal from crashing with promise
2024-09-03 09:44:38 -04:00
nyanmisaka
b1a6fd5d4e
Fix overly strict dovi level testing
...
4k@60fps is usually only seen in demos so it's a bit overkill
for testing dovi caps. Lower it to the more common 4k@24fps.
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-08-29 00:20:57 +08: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