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

90 commits

Author SHA1 Message Date
LeandroSQ
6457948703 fix: Lint issues 2025-03-14 03:45:55 -03:00
LeandroSQ
044e0c857f fix: Shuffle button 2025-03-14 03:37:57 -03:00
Alain CAO
8327a8fe95 Fix trickplay/chapter when play from list/shuffle 2025-01-10 22:37:40 +00:00
grafixeyehero
44ee208768 Backport pull request #6041 from jellyfin-web/release-10.9.z
Fix list view item undefined

Original-merge: 6cae5c2646

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: thornbill <thornbill@users.noreply.github.com>
2024-09-17 10:40:40 -04:00
Bill Thornton
ee29a98aef
Merge pull request #6020 from thornbill/tag-list-view 2024-09-07 21:57:22 -04:00
viown
cf9af1f392 Backport pull request #5949 from jellyfin-web/release-10.9.z
Fix play all & shuffle not working on genres

Original-merge: ef00d439b1

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-09-07 18:07:29 -04:00
Bill Thornton
b11f4fa4b1 Add tag type for list view 2024-09-04 11:55:18 -04:00
Bill Thornton
d01cfa498b Add tag support to list view 2024-09-04 08:39:10 -04:00
Bill Thornton
056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
ConnorS1110
cf6eaa6b92 Backport pull request #5377 from jellyfin-web/release-10.9.z
Fix changing filters not resetting multiselected media cards

Original-merge: 798b408bd7

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-07-21 01:43:51 -04:00
Dmitry Lyzo
52c150a2e7 refactor: use ItemSortBy from generated SDK 2024-03-29 14:22:00 +03:00
Dmitry Lyzo
2e4eb68d59 fix: use SeriesSortName in SortBy
`SeriesName` is not a valid value for `SortBy`.
2024-03-29 13:45:12 +03:00
grafixeyehero
d702ad938a add show method for PlaylistEditor Class 2024-02-11 23:32:14 +03:00
TelepathicWalrus
42e76c9099 Update missed capital changes 2024-01-13 20:52:02 -05:00
Telepathic Walrus
051058b5af Update imports to use full path 2024-01-13 20:52:02 -05:00
TelepathicWalrus
e5a55daf55 Initial commit 2024-01-13 20:52:02 -05:00
Bill Thornton
dace38c8dd Remove sync info from requested fields 2024-01-11 02:24:16 -05:00
Cody Robibero
bc83892b4e Remove invalid SongCount field 2024-01-06 13:48:03 -07:00
MrK
ef8d92309b Code cleanup
Restoring "Play All" functionality
2023-09-20 23:10:09 +01:00
MrK
4488a586a4 Removed unneeded calls to getSortValues on playbackManager calls that only play 1 item 2023-09-20 22:50:01 +01:00
MrK
ee791f9d0d Changed from using sortOptions to using already implemented queryOptions
Null verification for parentid on shortcuts.js
itemContextMenu is now obeying to sorting
2023-09-20 17:44:55 +01:00
MrK
580ad5f1a8 Added getSortOptions to userSettings.js and cleaned up the shortcuts.js and list.js to use the above method 2023-09-19 22:29:54 +01:00
MrK
6cfcf36c3c Fixing bug #5584 by sending the proper Sort params to the API 2023-09-17 23:27:44 +01:00
Bill Thornton
ec0adb895b Add constructor capitalization rule 2023-07-06 11:49:55 -04:00
Bill Thornton
f2726653ae Fix indentation issues 2023-04-19 01:56:05 -04:00
Bill Thornton
6f3aa2f1df Fix eslint issues 2023-03-29 00:38:22 -04:00
Bill Thornton
19f416580c Add eslint rules for sonar issues 2022-12-16 21:12:05 -05:00
Bill Thornton
5e4eca6ae9 Fix sonarjs no-redundant-jump 2022-10-08 02:50:20 -04:00
sancodes
d53d789272 fix lint 2022-06-09 07:00:43 -07:00
Bill Thornton
13a70d3186
Merge pull request #3509 from sancodes/eslint-novoid
add eslint novoid
2022-04-13 00:44:30 -04:00
sancodes
27cd24f5fc fix return statements 2022-04-08 19:10:11 -07:00
Bill Thornton
1085034c18 Remove setTitle function in app router 2022-03-31 14:36:09 -04:00
sancodes
408f2b2bda modify necessary void replacements 2022-03-21 20:50:19 -07:00
Bill Thornton
86c458bf37 Move rewatching in next up to display option and remove home section 2022-03-01 00:56:48 -05:00
Bill Thornton
270501e4f8
Merge pull request #3367 from SenorSmartyPants/Rewatch
Display rewatching list in Next up section on home page
2022-02-21 12:35:35 -05:00
Bill Thornton
c5848b9934
Merge pull request #3357 from SenorSmartyPants/MediaSourceCount
Display MediaSourceCount for all media Types
2022-02-15 23:24:53 -05:00
Bill Thornton
e4b7952e9e
Merge pull request #3360 from dmitrylyzo/show-alphapicker
Show AlphaPicker if there is SortName
2022-02-13 00:54:15 -05:00
Bill Thornton
480f57d660 Do not pass null for start index 2022-02-09 09:25:25 -05:00
Dmitry Lyzo
e55042d652 Show AlphaPicker in ListView if there is SortName 2022-02-09 09:35:40 +03:00
Bill Thornton
64b3fc80dc Fix pagination on live tv pages 2022-02-09 01:16:03 -05:00
SenorSmartyPants
a6267aee68 Display rewatching list in Next up section on home page
Supports a Rewatching list page as well.
2022-01-26 17:16:30 -06:00
SenorSmartyPants
17f44e3fac Display MediaSourceCount for all media Types
All items support alternate local versions, even if it's not documented. Tested with episode and musicVideo types. Added MSC to list items as well.
2022-01-20 15:58:14 -06:00
Dmitry Lyzo
60437c4350 Fix number option in alphapicker 2022-01-16 19:16:18 +03:00
Dmitry Lyzo
f942465afc Add paging to listview 2022-01-16 18:28:36 +03:00
Bill Thornton
2cf9f05c43
Merge pull request #2943 from thornbill/fix-play-all
Fix play all and shuffle buttons
2021-09-17 14:03:18 -04:00
Bill Thornton
9751f3fc20 Fix incorrect comments 2021-09-15 14:34:58 -04:00
Dmitry Lyzo
0645e3b187 Show track count in list mode 2021-09-11 13:47:21 +03:00
Bill Thornton
b9d503f10f Hide play all and shuffle buttons for unsupported types 2021-09-09 11:43:51 -04:00
Dmitry Lyzo
2bf4741d9c Autoplay when Play or Shuffle 2021-09-09 00:45:01 +03:00
Ömer Erdinç Yağmurlu
59e3427f50 Added new setting for using episode images with NextUp/Resume instead of parent images 2021-07-10 11:28:25 +02:00