Commit Graph

79 Commits

Author SHA1 Message Date
Bill Thornton 005bc0560f Fix case sensitivity in protocol checks 2024-03-25 01:26:25 -04:00
Bill Thornton 5a5a70dad0 Add playback error messages and fix error propogation 2024-03-25 01:26:25 -04:00
grafixeyehero 511f8340ef Replace jellyfin sdk generated-client models wiyh full path
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-02-28 23:10:31 +03:00
grafixeyehero 8cbddba8fd Use enums CardShape & BaseItemKind,
Use type import for react FC,
Remove escapeHTML

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-02-28 22:47:36 +03:00
grafixeyehero cc87ba3859 Add reusable component 2024-01-31 04:18:12 +03:00
Bill Thornton 92358de0b6 Use react-query for UserViews queries 2024-01-17 12:02:55 -05:00
grafixeyehero e41436552e Add livetv view 2024-01-12 21:08:06 +03:00
Bill Thornton dace38c8dd Remove sync info from requested fields 2024-01-11 02:24:16 -05:00
Bill Thornton 500312de33 Merge pull request #4881 from thornbill/remove-poster-click 2024-01-04 20:42:43 -05:00
Bill Thornton 7607c8dbd3 Fix iOS 12 crashing in scroller 2024-01-03 11:50:30 -05:00
Bill Thornton 92ed674e7e Remove click action from item details primary image 2023-11-30 13:09:43 -05:00
Bill Thornton ad79f39910 Merge pull request #4880 from grafixeyehero/sort-options
Use sort options based on view type
2023-11-03 11:22:09 -04:00
grafixeyehero ccb31b4637 apply suggestion 2023-10-25 19:26:44 +03:00
Bill Thornton 83aec0253e Merge pull request #4874 from grafixeyehero/Convert-ItemsContainer-to-react
Convert emby-ItemsContainer to react
2023-10-25 01:15:43 -04:00
Bill Thornton 85e05d595d Handle json parse error when testing urls 2023-10-20 13:48:03 -04:00
Bill Thornton abb0c7d2ca Ensure IconUrl from capabilities is a valid url 2023-10-16 12:09:56 -04:00
Bill Thornton 359e168ace Use icon url from client capabilities 2023-10-16 01:38:22 -04:00
grafixeyehero 561293b2a7 Use sort options based on view type 2023-10-14 20:07:53 +03:00
grafixeyehero c767dba439 Convert ItemsContainer to react 2023-10-13 02:07:49 +03:00
grafixeyehero 8725edb9e4 use logical OR ( || ) 2023-10-11 20:00:29 +03:00
grafixeyehero c61df2eb92 Refactor: viewitemcontainer 2023-10-11 00:10:16 -04:00
Dmitry Lyzo f758aea13b fix: Use userId from params 2023-10-04 15:11:29 +03:00
grafixeyehero d1f2f1caa0 Add items helper 2023-10-02 23:42:16 +03:00
Bill Thornton 1e3fa5418c Remove duplicate card shape functions 2023-10-01 02:54:23 -04:00
Bill Thornton 4109b7eec6 Merge pull request #4728 from MBR-0001/subtitle-improvements-2
Add ability to upload hearing-impaired subs
2023-09-27 12:54:57 -04:00
MBR#0001 eccfd5316d Move function to util 2023-09-27 16:42:31 +02:00
Dmitry Lyzo 9e8c7d788a Fix slider rounding 2023-09-26 14:19:51 +03:00
Bill Thornton 9435e3172d Merge pull request #4761 from dmitrylyzo/hls-direct-play 2023-09-14 15:48:07 -04:00
Dmitry Lyzo 1684acd0ca Extract HLS stream test function 2023-09-14 22:37:16 +03:00
TheMelmacian 5d6756778b apply suggested changes from code review 2023-09-12 23:36:20 +02:00
TheMelmacian 2b547f5a53 small improvements 2023-09-09 15:28:50 +02:00
TheMelmacian 8ec943bc30 move function to get backdrop image to api-client utils 2023-09-09 15:24:52 +02:00
TheMelmacian 5df5f6cdb2 don't use random backdrop in item header 2023-07-20 00:04:04 +02:00
TheMelmacian aec90cbc96 use random backdrop image on item details pages 2023-07-20 00:00:42 +02:00
Bill Thornton f35a8151e0 Add prefer optional chaining rule 2023-07-06 13:39:48 -04:00
Bill Thornton 4161220965 Fix extra requests in standalone mode 2023-05-18 18:14:12 -04:00
Bill Thornton eedd40159c Fix floating promises in ts files 2023-05-04 15:59:22 -04:00
Bill Thornton f96166657d Move remaining router components 2023-05-02 16:40:31 -04:00
Bill Thornton 8f730b8270 Fix eslint warnings in ts files 2023-04-26 11:30:57 -04:00
Bill Thornton 23c3df7feb Merge pull request #4221 from dann-merlin/fix_long_getItems_request_URL 2023-04-18 20:50:21 -04:00
Merlin Danner 012c281615 Bump ITEMS_PER_REQUEST_LIMIT to 40 (getItems call) 2023-04-19 02:43:47 +02:00
dann-merlin 3629e826df Update src/utils/jellyfin-apiclient/getItems.ts
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-04-19 00:43:21 +00:00
Bill Thornton 0df6c66646 Move fetchLocal function to utils 2023-04-16 23:37:37 -04:00
Merlin Danner 840fbed68a Fix eslint errors (syntax) 2023-04-13 13:25:19 +02:00
Merlin Danner 4fe4ed2b0a Define interface for getItems options 2023-04-03 14:34:57 +02:00
Merlin Danner 06c4f0f258 Add JSDoc comment to getItems helper
In return the comments at each usage are removed.
2023-03-29 07:44:21 +02:00
Merlin Danner d8bbba2dc9 Add handling of undefined cases for tsc
The handled cases are never going to actually be undefined,
as the affected variables are defined before.
tsc however was not satisfied so these changed had to be made.
2023-03-29 07:26:22 +02:00
Merlin Danner 762feba94c Use syntactic sugar to check if Ids is undefined 2023-03-29 07:06:29 +02:00
dann-merlin 2154ea64ad Update src/utils/jellyfin-apiclient/getItems.ts
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-03-29 05:02:23 +00:00
dann-merlin 5932decce5 Update src/utils/jellyfin-apiclient/getItems.ts
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-03-29 05:00:40 +00:00