jellyfin-kodi/jellyfin_kodi
Rijul fa0ccfd8f6
fix(player): re-detect audio and subs (#1115)
* fix(player): re-detect audio and subs

In the event that another addon (or even the user) sets the subtitles or
the audio before this addon does, such a change is not detected
correctly.

This PR fixes that by reloading that information from Kodi before
calling `set_audio_subs`

* fix: build

* Revert "fix: build"

This reverts commit 665037ab6c.
2026-03-25 18:30:25 -04:00
..
database Tool: black 2026-02-11 00:48:18 +01:00
dialogs Fix import groups 2026-02-11 00:26:24 +01:00
entrypoint Fix flake8 complaints 2025-09-16 05:26:28 +02:00
helper Style: fixed trailing whitespaces and ran Black to apply formatting. 2026-03-21 12:43:11 +01:00
jellyfin Merge pull request #1097 from mcarlton00/legacy-auth 2026-02-11 19:31:43 +01:00
objects Merge pull request #1111 from ErwinBr/feature/gueststars-in-tv-episodes 2026-03-25 18:26:16 -04:00
__init__.py Begin restructing, fixed some issues related to movement 2019-11-07 22:58:44 +01:00
client.py Properly encode device name and related parameters 2025-09-12 02:54:54 +02:00
connect.py Remove kodi_six: import directly 2024-06-11 05:28:19 +00:00
downloader.py Remove six.moves: range, queue 2024-06-11 02:56:52 +00:00
full_sync.py Fix spelling 2025-09-18 22:41:24 +02:00
library.py Remove missed references to LibraryException.status 2025-09-18 21:28:33 +02:00
monitor.py Remove kodi_six: import directly 2024-06-11 05:28:19 +00:00
player.py fix(player): re-detect audio and subs (#1115) 2026-03-25 18:30:25 -04:00
views.py Remove kodi_six: import directly 2024-06-11 05:28:19 +00:00