Commit ae9d02d
authored
Get Jellyfin Sink working with TVDB (#1767)
* Get Jellyfin Sink working with TVDB
Fixes #1766
* ci: Run CI
* fix: update TVDB ID retrieval logic in sink_progress function
* feat: implement centralized JSON response handling for IGDB API calls
* ci: Run CI
* refactor: remove json_response function and use reqwest's json method directly
* fix: replace or_else with or for TVDB ID retrieval in sink_progress function
* Revert "feat: implement centralized JSON response handling for IGDB API calls"
This reverts commit 46657b6.1 parent 86e3597 commit ae9d02d
2 files changed
Lines changed: 4 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
126 | 124 | | |
| 125 | + | |
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
| 70 | + | |
73 | 71 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 72 | + | |
| 73 | + | |
80 | 74 | | |
81 | 75 | | |
82 | 76 | | |
| |||
0 commit comments